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

Unified Diff: content/renderer/render_frame_proxy.h

Issue 1723753002: Make Document::isSecureContext() work for OOPIFs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix WebRemoteFrameImpl assert Created 4 years, 9 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
Index: content/renderer/render_frame_proxy.h
diff --git a/content/renderer/render_frame_proxy.h b/content/renderer/render_frame_proxy.h
index 5986e16199b45877ef1547f40e7112afa4797bda..96f9a101ca901c24f4d1b60032e2a13c07a2b5e6 100644
--- a/content/renderer/render_frame_proxy.h
+++ b/content/renderer/render_frame_proxy.h
@@ -173,6 +173,8 @@ class CONTENT_EXPORT RenderFrameProxy
void OnDispatchLoad();
void OnDidUpdateName(const std::string& name, const std::string& unique_name);
void OnEnforceStrictMixedContentChecking(bool should_enforce);
+ void OnDidSetUniqueOriginPotentiallyTrustworthy(
+ bool is_unique_origin_potentially_trustworthy);
void OnDidUpdateOrigin(const url::Origin& origin);
void OnSetPageFocus(bool is_focused);
void OnSetFocusedFrame();

Powered by Google App Engine
This is Rietveld 408576698