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

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

Issue 2422793002: HTML MessagePort as mojo::MessagePipeHandle (Closed)
Patch Set: Add missing ScopedAsyncTaskScheduler instance for the new unit tests; required by a recent change t… Created 3 years, 10 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 084ca80f00acf1b711557e9d62d246e47b789ed3..502643cb1550514347b096730953ccec8563bf41 100644
--- a/content/browser/android/browser_jni_registrar.cc
+++ b/content/browser/android/browser_jni_registrar.cc
@@ -9,7 +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/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/child_process_launcher_android.h"
@@ -35,7 +35,7 @@
namespace {
base::android::RegistrationMethod kContentRegisteredMethods[] = {
- {"AppWebMessagePortService", content::RegisterAppWebMessagePortService},
+ {"AppWebMessagePort", content::RegisterAppWebMessagePort},
{"AudioFocusDelegate", content::AudioFocusDelegateAndroid::Register},
{"BrowserStartupController", content::RegisterBrowserStartupController},
{"ChildProcessLauncher", content::RegisterChildProcessLauncher},
« no previous file with comments | « content/browser/android/app_web_message_port_service_impl.cc ('k') | content/browser/android/string_message_codec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698