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

Unified Diff: chrome/browser/ui/browser_navigator.h

Issue 20924002: Try to restore window.opener when opening blocked popups (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: updates 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: chrome/browser/ui/browser_navigator.h
diff --git a/chrome/browser/ui/browser_navigator.h b/chrome/browser/ui/browser_navigator.h
index 1ba38fb9ea0d7f92f843a0c1f01fc14980de1ecb..1db84d140647cb91f9219aa725a7bf8fb1073436 100644
--- a/chrome/browser/ui/browser_navigator.h
+++ b/chrome/browser/ui/browser_navigator.h
@@ -212,6 +212,14 @@ struct NavigateParams {
// navigation entry.
bool should_replace_current_entry;
+ // Indicates whether the session storage namespace map of |source_contents|
awong 2013/07/31 18:58:59 I think there's no map anymore...
+ // should be used to create |target_contents|.
+ bool should_copy_session_storage_namespace;
+
+ // Indicates whether |source_contents| should be set as opener when creating
+ // |target_contents|.
+ bool should_set_opener;
+
private:
NavigateParams();
};

Powered by Google App Engine
This is Rietveld 408576698