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

Unified Diff: android_webview/native/android_webview_jni_registrar.cc

Issue 2375133002: Move MessagePort implementation from android_webview to content (Closed)
Patch Set: rsesek nits and git cl format Created 4 years, 2 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
« no previous file with comments | « android_webview/native/BUILD.gn ('k') | android_webview/native/aw_contents.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/android_webview_jni_registrar.cc
diff --git a/android_webview/native/android_webview_jni_registrar.cc b/android_webview/native/android_webview_jni_registrar.cc
index d515e39790172028ee510a44374a42f8ce9d4eb8..f3b20ea4e15166f62d735331a153ab64a39ee118 100644
--- a/android_webview/native/android_webview_jni_registrar.cc
+++ b/android_webview/native/android_webview_jni_registrar.cc
@@ -14,7 +14,6 @@
#include "android_webview/native/aw_form_database.h"
#include "android_webview/native/aw_gl_functor.h"
#include "android_webview/native/aw_http_auth_handler.h"
-#include "android_webview/native/aw_message_port_service_impl.h"
#include "android_webview/native/aw_metrics_switch.h"
#include "android_webview/native/aw_pdf_exporter.h"
#include "android_webview/native/aw_picture.h"
@@ -52,7 +51,6 @@ static base::android::RegistrationMethod kWebViewRegisteredMethods[] = {
{ "AwQuotaManagerBridge", RegisterAwQuotaManagerBridge },
{ "AwWebContentsDelegate", RegisterAwWebContentsDelegate },
{ "CookieManager", RegisterCookieManager },
- { "AwMessagePortService", RegisterAwMessagePortService },
{ "AwGLFunctor", RegisterAwGLFunctor },
#if defined(ENABLE_SPELLCHECK)
{"SpellCheckerSessionBridge", spellcheck::android::RegisterSpellcheckJni},
« no previous file with comments | « android_webview/native/BUILD.gn ('k') | android_webview/native/aw_contents.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698