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

Unified Diff: content/browser/frame_host/navigator.h

Issue 2686943002: New WebContents created via ctrl-click should be in a new process. (Closed)
Patch Set: s/renderer/process/ in the field name + initializing the field and variables. 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/browser/frame_host/navigator.h
diff --git a/content/browser/frame_host/navigator.h b/content/browser/frame_host/navigator.h
index 5a1f906639160f6b68ef985da198d19fa30f5467..9982cea4925a44de88bd3ccf9afa32e291f13a0c 100644
--- a/content/browser/frame_host/navigator.h
+++ b/content/browser/frame_host/navigator.h
@@ -121,6 +121,7 @@ class CONTENT_EXPORT Navigator : public base::RefCounted<Navigator> {
const std::string& extra_headers,
const Referrer& referrer,
WindowOpenDisposition disposition,
+ bool force_new_process_for_new_contents,
bool should_replace_current_entry,
bool user_gesture) {}
« no previous file with comments | « chrome/test/data/frame_tree/anchor_to_same_site_location.html ('k') | content/browser/frame_host/navigator_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698