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

Unified Diff: content/child/request_extra_data.cc

Issue 2652123002: PlzNavigate: Attempt to fix blink layout tests which fail due to duplicate output from WebFrameClie… (Closed)
Patch Set: Fix redness 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/public/test/layouttest_support.h » ('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 2d268283615cdd26b30775c22658331eeddc7873..afde2df784298f595b98b768b19f0e7c6ce8eab6 100644
--- a/content/child/request_extra_data.cc
+++ b/content/child/request_extra_data.cc
@@ -28,7 +28,8 @@ RequestExtraData::RequestExtraData()
initiated_in_secure_context_(false),
is_prefetch_(false),
download_to_network_cache_only_(false),
- block_mixed_plugin_content_(false) {}
+ block_mixed_plugin_content_(false),
+ navigation_initiated_by_renderer_(false) {}
RequestExtraData::~RequestExtraData() {
}
« no previous file with comments | « content/child/request_extra_data.h ('k') | content/public/test/layouttest_support.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698