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

Unified Diff: content/public/renderer/content_renderer_client.h

Issue 801173002: Fix message routing for BrowserPlugin in iframe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More cleanup Created 6 years 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/public/renderer/content_renderer_client.h
diff --git a/content/public/renderer/content_renderer_client.h b/content/public/renderer/content_renderer_client.h
index 2436987a977fcd05838d90ef38843c314166412c..940bb6cb522fda306fd2fa6dcfcc3384d2091a62 100644
--- a/content/public/renderer/content_renderer_client.h
+++ b/content/public/renderer/content_renderer_client.h
@@ -223,6 +223,8 @@ class CONTENT_EXPORT ContentRendererClient {
bool is_server_redirect,
bool* send_referrer);
+ virtual bool ShouldForwardToGuestContainer(const IPC::Message& msg);
lazyboy 2014/12/16 23:57:30 Need comment.
Charlie Reis 2014/12/17 00:06:44 This is a public interface, so this requires a com
Fady Samuel 2014/12/17 19:30:35 Done.
Fady Samuel 2014/12/17 19:30:35 Done.
+
// Notifies the embedder that the given frame is requesting the resource at
// |url|. If the function returns true, the url is changed to |new_url|.
virtual bool WillSendRequest(blink::WebFrame* frame,

Powered by Google App Engine
This is Rietveld 408576698