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

Unified Diff: android_webview/native/aw_contents.h

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/android_webview_jni_registrar.cc ('k') | android_webview/native/aw_contents.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/native/aw_contents.h
diff --git a/android_webview/native/aw_contents.h b/android_webview/native/aw_contents.h
index 68b9ef4fbe60db863ab20bd1066611a824151294..13de1a4d8097cda6c0d3523db67068800933b960 100644
--- a/android_webview/native/aw_contents.h
+++ b/android_webview/native/aw_contents.h
@@ -13,7 +13,6 @@
#include <utility>
#include "android_webview/browser/aw_browser_permission_request_delegate.h"
-#include "android_webview/browser/aw_message_port_message_filter.h"
#include "android_webview/browser/browser_view_renderer.h"
#include "android_webview/browser/browser_view_renderer_client.h"
#include "android_webview/browser/find_helper.h"
@@ -314,8 +313,6 @@ class AwContents : public FindHelper::Listener,
const base::android::JavaParamRef<jobject>& obj,
jint level,
jboolean visible);
-
- scoped_refptr<AwMessagePortMessageFilter> GetMessagePortMessageFilter();
void PostMessageToFrame(
JNIEnv* env,
const base::android::JavaParamRef<jobject>& obj,
@@ -363,7 +360,6 @@ class AwContents : public FindHelper::Listener,
std::unique_ptr<AwContents> pending_contents_;
std::unique_ptr<AwPdfExporter> pdf_exporter_;
std::unique_ptr<PermissionRequestHandler> permission_request_handler_;
- scoped_refptr<AwMessagePortMessageFilter> message_port_message_filter_;
// GURL is supplied by the content layer as requesting frame.
// Callback is supplied by the content layer, and is invoked with the result
« no previous file with comments | « android_webview/native/android_webview_jni_registrar.cc ('k') | android_webview/native/aw_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698