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

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

Issue 1550233002: Move mixed content settings histograms into browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: typo fix Created 4 years, 11 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/RemoteFrameClientImpl.h
diff --git a/third_party/WebKit/Source/web/RemoteFrameClientImpl.h b/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
index 9a751397be1173bcb28bad06bca3d743b0248039..6625530a9a4d24e191741bb8ba3f2961657e2f5a 100644
--- a/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
+++ b/third_party/WebKit/Source/web/RemoteFrameClientImpl.h
@@ -30,6 +30,8 @@ public:
Frame* lastChild() const override;
bool willCheckAndDispatchMessageEvent(SecurityOrigin*, MessageEvent*, LocalFrame*) const override;
void frameFocused() const override;
+ void triedDisplayingInsecureContent(SecurityOrigin*, const KURL&) const override;
+ void triedRunningInsecureContent(SecurityOrigin*, const KURL&) const override;
// RemoteFrameClient overrides:
void navigate(const ResourceRequest&, bool shouldReplaceCurrentEntry) override;

Powered by Google App Engine
This is Rietveld 408576698