| Index: content/browser/android/browser_jni_registrar.cc
|
| diff --git a/content/browser/android/browser_jni_registrar.cc b/content/browser/android/browser_jni_registrar.cc
|
| index 4699bbe950ad9a15f063f1f07ea7c3cbdae3c3a7..e966930f2d476cf51ecc88a95e76651789ca63a7 100644
|
| --- a/content/browser/android/browser_jni_registrar.cc
|
| +++ b/content/browser/android/browser_jni_registrar.cc
|
| @@ -10,6 +10,7 @@
|
| #include "content/browser/android/content_settings.h"
|
| #include "content/browser/android/content_view_client.h"
|
| #include "content/browser/android/content_view_core_impl.h"
|
| +#include "content/browser/android/content_view_statics.h"
|
| #include "content/browser/android/download_controller.h"
|
| #include "content/browser/android/sandboxed_process_launcher.h"
|
| #include "content/browser/android/touch_point.h"
|
| @@ -29,6 +30,7 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
|
| content::DownloadController::RegisterDownloadController },
|
| { "SandboxedProcessLauncher", content::RegisterSandboxedProcessLauncher },
|
| { "TouchPoint", content::RegisterTouchPoint },
|
| + { "WebViewStatics", content::RegisterWebViewStatics },
|
| };
|
|
|
| } // namespace
|
|
|