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

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

Issue 2921753002: NOT YET READY: Making chrome.windows.create establish an actual "opener" relationship.
Patch Set: Adding setSelfAsOpener parameter. Created 3 years, 6 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/browser/security_exploit_browsertest.cc ('k') | content/public/browser/page_navigator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/page_navigator.h
diff --git a/content/public/browser/page_navigator.h b/content/public/browser/page_navigator.h
index 166a0d517b341f7313fe0fd816dfa5d3123cb5db..08102f6bc42f47ec6c08092a7518906dc3551bc3 100644
--- a/content/public/browser/page_navigator.h
+++ b/content/public/browser/page_navigator.h
@@ -10,6 +10,7 @@
#define CONTENT_PUBLIC_BROWSER_PAGE_NAVIGATOR_H_
#include <string>
+#include <vector>
#include "base/memory/ref_counted.h"
#include "content/common/content_export.h"
@@ -82,12 +83,6 @@ struct CONTENT_EXPORT OpenURLParams {
// The disposition requested by the navigation source.
WindowOpenDisposition disposition;
- // Controls creation of new web contents (in case |disposition| asks for a new
- // tab or window). If |force_new_process_for_new_contents| is true, then we
- // try to put the new contents in a new renderer, even if they are same-site
- // as |source_site_instance| (this is subject to renderer process limits).
- bool force_new_process_for_new_contents;
-
// The transition type of navigation.
ui::PageTransition transition;
« no previous file with comments | « content/browser/security_exploit_browsertest.cc ('k') | content/public/browser/page_navigator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698