[android_webview] Clean up message handlers in AwContents and AwContentsClient.
commite6221c64ac436b6829e7112df37d2ccd5e3090e4
authormkosiba@chromium.org <mkosiba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 17 Jan 2013 20:30:50 +0000 (17 20:30 +0000)
committermkosiba@chromium.org <mkosiba@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 17 Jan 2013 20:30:50 +0000 (17 20:30 +0000)
treee05d92b83aab04050fcedfbf56e5580e2837bb31
parent12389ad1e63731d094ef94ad1e7b3ca57d93f72c
[android_webview] Clean up message handlers in AwContents and AwContentsClient.

This makes the AwContents message handler a separate class that is a member of the AwContentsClient (which makes it
more obvious that the role of the new class is to call methods on AwContentsClient).

BUG=None
TEST=AndroidWebViewTests

Review URL: https://chromiumcodereview.appspot.com/11829060

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177466 0039d316-1c4b-4281-b951-d872f2087c98
android_webview/java/src/org/chromium/android_webview/AwContents.java
android_webview/java/src/org/chromium/android_webview/AwContentsClient.java
android_webview/java/src/org/chromium/android_webview/AwContentsClientCallbackHelper.java [new file with mode: 0644]