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 9db3c6f40d35c05f29fe39438bc64b3affca0990..02cfceb805e202025572e5466df3cc9cc769dcd3 100644 |
--- a/content/browser/android/browser_jni_registrar.cc |
+++ b/content/browser/android/browser_jni_registrar.cc |
@@ -12,7 +12,6 @@ |
#include "content/browser/android/child_process_launcher_android.h" |
#include "content/browser/android/composited_touch_handle_drawable.h" |
#include "content/browser/android/content_readback_handler.h" |
-#include "content/browser/android/content_settings.h" |
#include "content/browser/android/content_video_view.h" |
#include "content/browser/android/content_view_core_impl.h" |
#include "content/browser/android/content_view_render_view.h" |
@@ -52,7 +51,6 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = { |
{"ChildProcessLauncher", content::RegisterChildProcessLauncher}, |
{"ContentReadbackHandler", |
content::ContentReadbackHandler::RegisterContentReadbackHandler}, |
- {"ContentSettings", content::ContentSettings::RegisterContentSettings}, |
{"ContentVideoView", content::ContentVideoView::RegisterContentVideoView}, |
{"ContentViewCore", content::RegisterContentViewCore}, |
{"ContentViewRenderView", |