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

Unified Diff: content/child/request_extra_data.cc

Issue 1905033002: PlzNavigate: Move navigation-level mixed content checks to the browser. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@console-security-message
Patch Set: Addressed all jam@ latest comments. Created 3 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: content/child/request_extra_data.cc
diff --git a/content/child/request_extra_data.cc b/content/child/request_extra_data.cc
index 1b5ea2e1e264625ac5d147018f4c5fafba27ba23..2d268283615cdd26b30775c22658331eeddc7873 100644
--- a/content/child/request_extra_data.cc
+++ b/content/child/request_extra_data.cc
@@ -27,7 +27,8 @@ RequestExtraData::RequestExtraData()
originated_from_service_worker_(false),
initiated_in_secure_context_(false),
is_prefetch_(false),
- download_to_network_cache_only_(false) {}
+ download_to_network_cache_only_(false),
+ block_mixed_plugin_content_(false) {}
RequestExtraData::~RequestExtraData() {
}

Powered by Google App Engine
This is Rietveld 408576698