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

Unified Diff: android_webview/renderer/aw_content_settings_client.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 | « no previous file | android_webview/renderer/aw_content_settings_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: android_webview/renderer/aw_content_settings_client.h
diff --git a/android_webview/renderer/aw_content_settings_client.h b/android_webview/renderer/aw_content_settings_client.h
index 84ed95f8282ae6a25d455a49b50072d119683517..7f289601fe19a618bc30175b49f20bf3bf58f269 100644
--- a/android_webview/renderer/aw_content_settings_client.h
+++ b/android_webview/renderer/aw_content_settings_client.h
@@ -23,7 +23,6 @@ class AwContentSettingsClient : public content::RenderFrameObserver,
// blink::WebContentSettingsClient implementation.
bool allowDisplayingInsecureContent(
bool enabled_per_settings,
- const blink::WebSecurityOrigin& origin,
const blink::WebURL& url) override;
bool allowRunningInsecureContent(
bool enabled_per_settings,
« no previous file with comments | « no previous file | android_webview/renderer/aw_content_settings_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698