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

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

Issue 2921753002: NOT YET READY: Making chrome.windows.create establish an actual "opener" relationship.
Patch Set: Fix incognito profile transitions Created 3 years, 7 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 424d828c204c6536b76f0e2373b3797023061b82..e9b3fb54d87678c95334328e03e23fc45b228d63 100644
--- a/content/browser/frame_host/navigator.h
+++ b/content/browser/frame_host/navigator.h
@@ -121,7 +121,6 @@ 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) {}

Powered by Google App Engine
This is Rietveld 408576698