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

Unified Diff: android_webview/native/android_webview_jni_registrar.cc

Issue 2375133002: Move MessagePort implementation from android_webview to content (Closed)
Patch Set: Created 4 years, 3 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: 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..1b9fd75637036112e0cff74612acf9dd9cf698cb 100644
--- a/android_webview/native/android_webview_jni_registrar.cc
+++ b/android_webview/native/android_webview_jni_registrar.cc
@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include <content/browser/android/app_web_message_port_service_impl.h>
sgurun-gerrit only 2016/09/30 23:40:59 remove
Yusuf 2016/10/04 21:33:14 Done.
#include "android_webview/native/android_webview_jni_registrar.h"
#include "android_webview/native/android_protocol_handler.h"
@@ -14,7 +15,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 +52,6 @@ static base::android::RegistrationMethod kWebViewRegisteredMethods[] = {
{ "AwQuotaManagerBridge", RegisterAwQuotaManagerBridge },
{ "AwWebContentsDelegate", RegisterAwWebContentsDelegate },
{ "CookieManager", RegisterCookieManager },
- { "AwMessagePortService", RegisterAwMessagePortService },
{ "AwGLFunctor", RegisterAwGLFunctor },
#if defined(ENABLE_SPELLCHECK)
{"SpellCheckerSessionBridge", spellcheck::android::RegisterSpellcheckJni},

Powered by Google App Engine
This is Rietveld 408576698