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

Unified Diff: third_party/WebKit/Source/web/WebLocalFrameImpl.h

Issue 1905033002: PlzNavigate: Move navigation-level mixed content checks to the browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@console-security-message
Patch Set: Minor changes from nasko@'s comments Created 3 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
Index: third_party/WebKit/Source/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index 5c8a850034753b73c6615c4d46f5ec2dbe4b9627..832a511e0485052b894fc45c2c29d0a892bcc36b 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -264,6 +264,12 @@ class WEB_EXPORT WebLocalFrameImpl final
bool isNavigationScheduledWithin(double interval) const override;
void setCommittedFirstRealLoad() override;
void setHasReceivedUserGesture() override;
+ void blinkFeatureUsageReport(const std::set<int>& features) override;
+ void mixedContentFound(const WebURL& mainResourceUrl,
+ const WebURL& mixedContentUrl,
+ WebURLRequest::RequestContext,
+ bool wasAllowed,
+ bool hadRedirect) override;
void sendOrientationChangeEvent() override;
WebSandboxFlags effectiveSandboxFlags() const override;
void forceSandboxFlags(WebSandboxFlags) override;
« no previous file with comments | « third_party/WebKit/Source/core/loader/MixedContentCheckerTest.cpp ('k') | third_party/WebKit/Source/web/WebLocalFrameImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698