Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(667)

Unified Diff: android_webview/native/android_webview_jni_registrar.cc

Issue 10702083: Add ContentViewDelegate (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix typo Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: android_webview/native/android_webview_jni_registrar.cc
diff --git a/android_webview/native/android_webview_jni_registrar.cc b/android_webview/native/android_webview_jni_registrar.cc
index e6f8e4b032247363029a70d24ca3697cb0107f47..6b62267f407b512230431d76a3fa0bb57a8c5dc7 100644
--- a/android_webview/native/android_webview_jni_registrar.cc
+++ b/android_webview/native/android_webview_jni_registrar.cc
@@ -6,6 +6,7 @@
#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.h"
#include "android_webview/native/aw_http_auth_handler.h"
#include "android_webview/native/cookie_manager.h"
#include "base/android/jni_android.h"
@@ -17,6 +18,7 @@ namespace android_webview {
static base::android::RegistrationMethod kWebViewRegisteredMethods[] = {
{ "AndroidWebViewUtil", RegisterAndroidWebViewUtil },
{ "AwContents", RegisterAwContents },
+ { "AwContentsIoThreadClient", RegisterAwContentsIoThreadClient},
{ "AwHttpAuthHandler", RegisterAwHttpAuthHandler },
{ "CookieManager", RegisterCookieManager },
};

Powered by Google App Engine
This is Rietveld 408576698