Chromium Code Reviews| Index: content/app/android/content_jni_registrar.cc |
| diff --git a/content/app/android/content_jni_registrar.cc b/content/app/android/content_jni_registrar.cc |
| index fbc61103feb9d5d0a70cdd070de5d0a395ebd07f..645913dd5c06feafae9e87f176aeef36160870a9 100644 |
| --- a/content/app/android/content_jni_registrar.cc |
| +++ b/content/app/android/content_jni_registrar.cc |
| @@ -13,6 +13,7 @@ |
| #include "content/browser/android/content_settings.h" |
| #include "content/browser/android/content_view_client.h" |
| #include "content/browser/android/content_view_impl.h" |
| +#include "content/browser/android/content_view_statics.h" |
| #include "content/browser/android/device_info.h" |
| #include "content/browser/android/download_controller.h" |
| #include "content/browser/android/sandboxed_process_launcher.h" |
| @@ -39,6 +40,8 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = { |
| { "TouchPoint", content::RegisterTouchPoint }, |
| { "TraceEvent", RegisterTraceEvent }, |
| { "UserAgent", content::RegisterUserAgent }, |
| +// { "WebSettings", WebSettings::RegisterWebSettings }, |
|
John Grabowski
2012/06/28 17:08:06
In general Chrome doesn't like to land code that i
aurimas (slooooooooow)
2012/06/28 23:00:07
Done.
|
| + { "WebViewStatics", RegisterWebViewStatics }, |
| }; |
| bool RegisterJni(JNIEnv* env) { |