Index: content/browser/android/browser_jni_registrar.cc |
=================================================================== |
--- content/browser/android/browser_jni_registrar.cc (revision 158070) |
+++ content/browser/android/browser_jni_registrar.cc (working copy) |
@@ -9,6 +9,7 @@ |
#include "content/browser/android/android_browser_process.h" |
#include "content/browser/android/content_settings.h" |
#include "content/browser/android/content_video_view.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" |
@@ -32,6 +33,7 @@ |
SurfaceTexturePeerBrowserImpl::RegisterBrowserProcessSurfaceTexture }, |
{ "ContentSettings", content::ContentSettings::RegisterContentSettings }, |
{ "ContentVideoView", content::ContentVideoView::RegisterContentVideoView }, |
+ { "ContentViewClient", content::RegisterContentViewClient }, |
{ "ContentViewCore", content::RegisterContentViewCore }, |
{ "DownloadController", |
content::DownloadController::RegisterDownloadController }, |