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

Unified Diff: components/test_runner/web_content_settings.h

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
« no previous file with comments | « chrome/renderer/content_settings_observer.cc ('k') | components/test_runner/web_content_settings.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/test_runner/web_content_settings.h
diff --git a/components/test_runner/web_content_settings.h b/components/test_runner/web_content_settings.h
index dab51edc6c0552144720a069f8e8efd6faec088e..20f4b6ebb926852dcd2743a7d62c6476accd1e26 100644
--- a/components/test_runner/web_content_settings.h
+++ b/components/test_runner/web_content_settings.h
@@ -26,7 +26,6 @@ class WebContentSettings : public blink::WebContentSettingsClient {
bool allowStorage(bool local) override;
bool allowPlugins(bool enabledPerSettings) override;
bool allowDisplayingInsecureContent(bool enabledPerSettings,
- const blink::WebSecurityOrigin&,
const blink::WebURL&) override;
bool allowRunningInsecureContent(bool enabledPerSettings,
const blink::WebSecurityOrigin&,
« no previous file with comments | « chrome/renderer/content_settings_observer.cc ('k') | components/test_runner/web_content_settings.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698