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

Unified Diff: content/child/request_extra_data.cc

Issue 2625633002: Supporting changes in preparation of browser side mixed content checking. (Closed)
Patch Set: Address code review 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
« no previous file with comments | « content/child/request_extra_data.h ('k') | content/child/web_url_loader_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {
}
« no previous file with comments | « content/child/request_extra_data.h ('k') | content/child/web_url_loader_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698