Chromium Code Reviews| 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, |