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

Unified Diff: android_webview/lib/main/aw_main_delegate.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/lib/main/aw_main_delegate.cc
diff --git a/android_webview/lib/main/aw_main_delegate.cc b/android_webview/lib/main/aw_main_delegate.cc
index f45591858285f225af2a88a869db69bc27b5d84c..4fa7504d3c2aa4c120e2e1e9bde76ee517180777 100644
--- a/android_webview/lib/main/aw_main_delegate.cc
+++ b/android_webview/lib/main/aw_main_delegate.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/lib/main/aw_main_delegate.h"
#include <memory>
@@ -17,7 +18,6 @@
#include "android_webview/lib/aw_browser_dependency_factory_impl.h"
#include "android_webview/native/aw_locale_manager_impl.h"
#include "android_webview/native/aw_media_url_interceptor.h"
-#include "android_webview/native/aw_message_port_service_impl.h"
#include "android_webview/native/aw_quota_manager_bridge_impl.h"
#include "android_webview/native/aw_web_contents_view_delegate.h"
#include "android_webview/native/aw_web_preferences_populater_impl.h"
@@ -250,10 +250,6 @@ AwWebPreferencesPopulater* AwMainDelegate::CreateWebPreferencesPopulater() {
return new AwWebPreferencesPopulaterImpl();
}
-AwMessagePortService* AwMainDelegate::CreateAwMessagePortService() {
- return new AwMessagePortServiceImpl();
-}
-
AwLocaleManager* AwMainDelegate::CreateAwLocaleManager() {
return new AwLocaleManagerImpl();
}

Powered by Google App Engine
This is Rietveld 408576698