summaryrefslogtreecommitdiffstats
path: root/android_webview/native/android_webview_jni_registrar.cc
diff options
context:
space:
mode:
authorjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-30 01:07:25 +0000
committerjoth@chromium.org <joth@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-10-30 01:07:25 +0000
commitc00bbd693988e39bd5236ee30c76305a8b90480b (patch)
tree6a19737dcc15049886b074e1e6b958f8582d2472 /android_webview/native/android_webview_jni_registrar.cc
parent905ecd8a0aa1d5114fa8e3b74716f4abd2d1f593 (diff)
downloadchromium_src-c00bbd693988e39bd5236ee30c76305a8b90480b.zip
chromium_src-c00bbd693988e39bd5236ee30c76305a8b90480b.tar.gz
chromium_src-c00bbd693988e39bd5236ee30c76305a8b90480b.tar.bz2
Remove obsolete AndroidWebViewUtil
We can instantiate AwContents directly in test cases, so no need for this helper. BUG= Review URL: https://chromiumcodereview.appspot.com/11319003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@164807 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'android_webview/native/android_webview_jni_registrar.cc')
-rw-r--r--android_webview/native/android_webview_jni_registrar.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/android_webview/native/android_webview_jni_registrar.cc b/android_webview/native/android_webview_jni_registrar.cc
index 5690c2a..beb2fd8 100644
--- a/android_webview/native/android_webview_jni_registrar.cc
+++ b/android_webview/native/android_webview_jni_registrar.cc
@@ -6,7 +6,6 @@
#include "android_webview/native/android_protocol_handler.h"
#include "android_webview/native/android_stream_reader_url_request_job.h"
-#include "android_webview/native/android_web_view_util.h"
#include "android_webview/native/aw_contents.h"
#include "android_webview/native/aw_contents_io_thread_client_impl.h"
#include "android_webview/native/aw_http_auth_handler.h"
@@ -30,7 +29,6 @@ static base::android::RegistrationMethod kWebViewRegisteredMethods[] = {
{ "AndroidProtocolHandler", RegisterAndroidProtocolHandler },
{ "AndroidStreamReaderUrlRequestJob",
RegisterAndroidStreamReaderUrlRequestJob },
- { "AndroidWebViewUtil", RegisterAndroidWebViewUtil },
{ "AwContents", RegisterAwContents },
{ "AwContentsIoThreadClientImpl", RegisterAwContentsIoThreadClientImpl},
{ "AwHttpAuthHandler", RegisterAwHttpAuthHandler },