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

Unified Diff: third_party/WebKit/Source/core/loader/EmptyClients.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/core/loader/EmptyClients.h
diff --git a/third_party/WebKit/Source/core/loader/EmptyClients.h b/third_party/WebKit/Source/core/loader/EmptyClients.h
index 5c56852cac0f3ef98ddebd861ba8285ab79f14ba..a3ec862b58304669c0ac874b5107e750ce54453a 100644
--- a/third_party/WebKit/Source/core/loader/EmptyClients.h
+++ b/third_party/WebKit/Source/core/loader/EmptyClients.h
@@ -190,6 +190,8 @@ public:
void willBeDetached() override {}
void detached(FrameDetachType) override {}
void frameFocused() const override {}
+ void triedDisplayingInsecureContent(SecurityOrigin*, const KURL&) const override {}
+ void triedRunningInsecureContent(SecurityOrigin*, const KURL&) const override {}
void dispatchWillSendRequest(DocumentLoader*, unsigned long, ResourceRequest&, const ResourceResponse&) override {}
void dispatchDidReceiveResponse(DocumentLoader*, unsigned long, const ResourceResponse&) override {}

Powered by Google App Engine
This is Rietveld 408576698