| 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 486329550e25b89814e10cbd09f0caafff0b5f0c..36139998ad1a4c28aeb8bbe9398ce6d94fe6d076 100644
|
| --- a/android_webview/native/android_webview_jni_registrar.cc
|
| +++ b/android_webview/native/android_webview_jni_registrar.cc
|
| @@ -10,6 +10,7 @@
|
| #include "android_webview/native/aw_http_auth_handler.h"
|
| #include "android_webview/native/aw_resource.h"
|
| #include "android_webview/native/aw_web_contents_delegate.h"
|
| +#include "android_webview/native/aw_web_contents_view_delegate.h"
|
| #include "android_webview/native/cookie_manager.h"
|
| #include "android_webview/native/input_stream_impl.h"
|
| #include "android_webview/native/intercepted_request_data_impl.h"
|
| @@ -33,6 +34,7 @@ static base::android::RegistrationMethod kWebViewRegisteredMethods[] = {
|
| { "AwHttpAuthHandler", RegisterAwHttpAuthHandler },
|
| { "AwResource", AwResource::RegisterAwResource },
|
| { "AwWebContentsDelegate", RegisterAwWebContentsDelegate },
|
| + { "AwWebContentsViewDelegate", RegisterAwWebContentsViewDelegate },
|
| { "CookieManager", RegisterCookieManager },
|
| { "InterceptedRequestDataImpl", RegisterInterceptedRequestData },
|
| { "InputStream", RegisterInputStream },
|
|
|