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

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: Rebase after 3 spin off CLs landed. Created 4 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/web/WebLocalFrameImpl.h
diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.h b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
index cd22c63aa26b6f529db382d7932677f4d6b4ae2b..df7f47bcdb61f49aa385c6de6e3356a01a2df17c 100644
--- a/third_party/WebKit/Source/web/WebLocalFrameImpl.h
+++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.h
@@ -259,6 +259,10 @@ class WEB_EXPORT WebLocalFrameImpl final
const WebHistoryItem&,
WebHistoryLoadType,
bool isClientRedirect) override;
+ void mixedContentUpdateFromBrowser(const std::set<int>& features,
+ bool mixedContentWasFound,
+ const WebURL& mixedContentUrl,
+ bool mixedContentHadRedirect) override;
bool maybeRenderFallbackContent(const WebURLError&) const override;
bool isLoading() const override;
bool isNavigationScheduledWithin(double interval) const override;

Powered by Google App Engine
This is Rietveld 408576698