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

Unified Diff: android_webview/renderer/aw_content_settings_client.h

Issue 2278303002: Remove the allow-displaying-mixed-content setting from Blink. (Closed)
Patch Set: Fixed missign deprecated preference registration. Created 4 years, 3 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 | « android_webview/native/aw_settings.cc ('k') | 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 f45fa4b76947e494ff85b810da87dd5dcdba3654..0a893830fb504bc86b399801cb4509102a7777d0 100644
--- a/android_webview/renderer/aw_content_settings_client.h
+++ b/android_webview/renderer/aw_content_settings_client.h
@@ -24,9 +24,6 @@ class AwContentSettingsClient : public content::RenderFrameObserver,
void OnDestruct() override;
// blink::WebContentSettingsClient implementation.
- bool allowDisplayingInsecureContent(
- bool enabled_per_settings,
- const blink::WebURL& url) override;
bool allowRunningInsecureContent(
bool enabled_per_settings,
const blink::WebSecurityOrigin& origin,
« no previous file with comments | « android_webview/native/aw_settings.cc ('k') | android_webview/renderer/aw_content_settings_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698