| 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 e8466947900ac739289b54fa43b3081d85fdfa16..a87bea0502457f624e8cd4c4159a0386c3e5889d 100644
|
| --- a/content/browser/android/browser_jni_registrar.cc
|
| +++ b/content/browser/android/browser_jni_registrar.cc
|
| @@ -9,6 +9,7 @@
|
| #include "base/macros.h"
|
| #include "content/browser/accessibility/browser_accessibility_android.h"
|
| #include "content/browser/accessibility/browser_accessibility_manager_android.h"
|
| +#include "content/browser/android/app_web_message_port_service_impl.h"
|
| #include "content/browser/android/background_sync_network_observer_android.h"
|
| #include "content/browser/android/browser_startup_controller.h"
|
| #include "content/browser/android/child_process_launcher_android.h"
|
| @@ -35,6 +36,7 @@
|
|
|
| namespace {
|
| base::android::RegistrationMethod kContentRegisteredMethods[] = {
|
| + {"AppWebMessagePortService", content::RegisterAppWebMessagePortService},
|
| {"BrowserStartupController", content::RegisterBrowserStartupController},
|
| {"ChildProcessLauncher", content::RegisterChildProcessLauncher},
|
| {"ContentVideoView", content::ContentVideoView::RegisterContentVideoView},
|
|
|