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

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

Issue 20924002: Try to restore window.opener when opening blocked popups (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 5 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/navigation_controller.h
diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h
index 0f77d7e0a4f0f7cd3ccaaabc245be0bc52152e51..3a744aa06448bf7e0bbc050dd8a4b39205b41f3b 100644
--- a/content/public/browser/navigation_controller.h
+++ b/content/public/browser/navigation_controller.h
@@ -167,6 +167,11 @@ class NavigationController {
// commits.
bool should_clear_history_list;
+ // Indicates that the URL should be loaded in the associated WebContents'
+ // current site instance. The caller needs to make sure that the site
+ // instance is actually suitable for hosting the navigation.
+ bool should_stay_in_site_instance;
Charlie Reis 2013/07/31 17:16:16 We should not have this.
jochen (gone - plz use gerrit) 2013/07/31 18:30:52 Removed.
+
explicit LoadURLParams(const GURL& url);
~LoadURLParams();

Powered by Google App Engine
This is Rietveld 408576698