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

Unified Diff: content/public/browser/page_navigator.cc

Issue 2680353005: WebContents created via ctrl-click should be in a new process (target=_blank). (Closed)
Patch Set: Rebasing... Created 3 years, 8 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/public/browser/page_navigator.cc
diff --git a/content/public/browser/page_navigator.cc b/content/public/browser/page_navigator.cc
index 2ca22cfb7726d1e8e56a8cecc2bad8ff43df5802..3be7e92b7605cc6d51fbdaff6e4f7bdf6c5ea6f4 100644
--- a/content/public/browser/page_navigator.cc
+++ b/content/public/browser/page_navigator.cc
@@ -63,6 +63,7 @@ OpenURLParams::OpenURLParams()
: uses_post(false),
frame_tree_node_id(-1),
disposition(WindowOpenDisposition::UNKNOWN),
+ use_new_renderer_for_new_contents(false),
transition(ui::PAGE_TRANSITION_LINK),
is_renderer_initiated(false),
should_replace_current_entry(false),

Powered by Google App Engine
This is Rietveld 408576698