Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Unified Diff: content/browser/android/browser_jni_registrar.cc

Issue 2422793002: HTML MessagePort as mojo::MessagePipeHandle (Closed)
Patch Set: Rebase Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 c9cde1191f903d0dd4f90e49be848b3676cb32be..f7986f3db6056762af6a2543aa3f34cf835d9bcc 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.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"
@@ -36,6 +37,7 @@
namespace {
base::android::RegistrationMethod kContentRegisteredMethods[] = {
+ {"AppWebMessagePort", content::RegisterAppWebMessagePort},
{"AppWebMessagePortService", content::RegisterAppWebMessagePortService},
{"AudioFocusDelegate", content::AudioFocusDelegateAndroid::Register},
{"BrowserStartupController", content::RegisterBrowserStartupController},

Powered by Google App Engine
This is Rietveld 408576698