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

Unified Diff: android_webview/renderer/aw_content_settings_client.h

Issue 2278303002: Remove the allow-displaying-mixed-content setting from Blink. (Closed)
Patch Set: Cleanup before adding reviewers. Created 4 years, 4 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: 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,

Powered by Google App Engine
This is Rietveld 408576698