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

Unified Diff: third_party/WebKit/Source/core/frame/Frame.h

Issue 1489253002: Plumb document's strict mixed content checking for RemoteFrames (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 5 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: third_party/WebKit/Source/core/frame/Frame.h
diff --git a/third_party/WebKit/Source/core/frame/Frame.h b/third_party/WebKit/Source/core/frame/Frame.h
index 24909d3d879baa3c4a176dee336d68f79a2eb8fb..5ca80e23c3af480cc2e22ee285d6fe806e54d22d 100644
--- a/third_party/WebKit/Source/core/frame/Frame.h
+++ b/third_party/WebKit/Source/core/frame/Frame.h
@@ -132,6 +132,8 @@ public:
void scheduleVisualUpdateUnlessThrottled();
+ virtual bool shouldEnforceStrictMixedContentChecking() const = 0;
+
protected:
Frame(FrameClient*, FrameHost*, FrameOwner*);

Powered by Google App Engine
This is Rietveld 408576698