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

Unified Diff: content/renderer/render_frame_impl.h

Issue 1710283003: OOPIF: Handle cross-site frames being blocked by X-Frame-Options or CSP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split off the relaxed DCHECK in OnCrossSiteResponse into separate CL Created 4 years, 10 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 | « content/common/frame_messages.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index 8a122b7f11171e29fbbd90360cd9a61cc46eeb6b..7911684f4c659e73388cd329f5e99b5c4d40e474 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -454,6 +454,7 @@ class CONTENT_EXPORT RenderFrameImpl
void didChangeFrameOwnerProperties(
blink::WebFrame* child_frame,
const blink::WebFrameOwnerProperties& frame_owner_properties) override;
+ void didBlockLoad() override;
void didMatchCSS(
blink::WebLocalFrame* frame,
const blink::WebVector<blink::WebString>& newly_matching_selectors,
@@ -773,6 +774,7 @@ class CONTENT_EXPORT RenderFrameImpl
void OnDidUpdateSandboxFlags(blink::WebSandboxFlags flags);
void OnSetFrameOwnerProperties(
const blink::WebFrameOwnerProperties& frame_owner_properties);
+ void OnBlockedLoad();
void OnAdvanceFocus(blink::WebFocusType type, int32_t source_routing_id);
void OnSetFocusedFrame();
void OnTextTrackSettingsChanged(
« no previous file with comments | « content/common/frame_messages.h ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698