| 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 eb98ed77a43d3c92a481f443a6be92d554c8cb02..430d33dd13404f014023a1309564e9a26b757247 100644
|
| --- a/content/browser/android/browser_jni_registrar.cc
|
| +++ b/content/browser/android/browser_jni_registrar.cc
|
| @@ -12,6 +12,7 @@
|
| #include "content/browser/android/app_web_message_port.h"
|
| #include "content/browser/android/background_sync_network_observer_android.h"
|
| #include "content/browser/android/browser_startup_controller.h"
|
| +#include "content/browser/android/content_child_process_callback.h"
|
| #include "content/browser/android/content_feature_list.h"
|
| #include "content/browser/android/content_video_view.h"
|
| #include "content/browser/android/content_view_core_impl.h"
|
| @@ -41,6 +42,8 @@ base::android::RegistrationMethod kContentRegisteredMethods[] = {
|
| {"AudioFocusDelegate", content::AudioFocusDelegateAndroid::Register},
|
| {"BrowserStartupController", content::RegisterBrowserStartupController},
|
| {"ChildProcessLauncher", content::RegisterChildProcessLauncher},
|
| + {"ContentChildProcessCallback",
|
| + content::RegisterContentChildProcessCallback},
|
| {"ContentFeatureList", content::android::RegisterContentFeatureListJni},
|
| {"ContentVideoView", content::ContentVideoView::RegisterContentVideoView},
|
| {"CoreImpl", mojo::android::RegisterCoreImpl},
|
|
|