Chromium Code Reviews| Index: content/browser/frame_host/render_frame_host_impl.h |
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h |
| index dc05dbf0d204d2f09f3e9593e00535452eceb77c..6f42a24cb57e86822c35dbd061d936a0ab0e8bfb 100644 |
| --- a/content/browser/frame_host/render_frame_host_impl.h |
| +++ b/content/browser/frame_host/render_frame_host_impl.h |
| @@ -533,6 +533,9 @@ class CONTENT_EXPORT RenderFrameHostImpl |
| friend class TestRenderViewHost; |
| FRIEND_TEST_ALL_PREFIXES(SitePerProcessBrowserTest, CrashSubframe); |
| + FRIEND_TEST_ALL_PREFIXES( |
| + RenderFrameHostManagerTestWithSiteIsolation, |
| + ProxiesReceiveShouldEnforceStrictMixedContentChecking); |
|
alexmos
2015/12/15 17:49:16
nit: it's probably a bit cleaner to plumb the OnDi
estark
2015/12/15 21:28:49
Done.
|
| // IPC Message handlers. |
| void OnAddMessageToConsole(int32 level, |
| @@ -582,6 +585,7 @@ class CONTENT_EXPORT RenderFrameHostImpl |
| void OnDidAccessInitialDocument(); |
| void OnDidChangeOpener(int32 opener_routing_id); |
| void OnDidChangeName(const std::string& name); |
| + void OnDidEnforceStrictMixedContentChecking(); |
| void OnDidAssignPageId(int32 page_id); |
| void OnDidChangeSandboxFlags(int32 frame_routing_id, |
| blink::WebSandboxFlags flags); |