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

Unified Diff: components/test_runner/web_content_settings.cc

Issue 1583813003: Remove obsolete histogram values from SSL.InsecureContent (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: mpearson comment 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: components/test_runner/web_content_settings.cc
diff --git a/components/test_runner/web_content_settings.cc b/components/test_runner/web_content_settings.cc
index 2d0ec1f08f9d7fa9ca138cede60231784e165591..c0aa316ed3c374636d4d7b22661b8bf3d555550c 100644
--- a/components/test_runner/web_content_settings.cc
+++ b/components/test_runner/web_content_settings.cc
@@ -61,7 +61,6 @@ bool WebContentSettings::allowPlugins(bool enabled_per_settings) {
bool WebContentSettings::allowDisplayingInsecureContent(
bool enabled_per_settings,
- const blink::WebSecurityOrigin&,
const blink::WebURL&) {
return enabled_per_settings || displaying_insecure_content_allowed_;
}
« no previous file with comments | « components/test_runner/web_content_settings.h ('k') | third_party/WebKit/Source/core/loader/FrameLoaderClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698