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

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

Issue 8760024: Cross-process postMessage (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: New patch, still not quite done Created 9 years 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 026dd400bf20409c98effd997b1443de0b0bed20..a23b3cb682309caca3d364c6d8e2b06bc9a40b27 100644
--- a/chrome/browser/ui/browser_navigator.h
+++ b/chrome/browser/ui/browser_navigator.h
@@ -99,6 +99,11 @@ struct NavigateParams {
// Whether this navigation was initiated by the renderer process.
bool is_renderer_initiated;
+ // If we're navigating a frame that has an opener, this will be set to the
+ // opener's browsing instance frame id. This lets us preserve opener chains
+ // across processes. -1 means no opener.
+ int64 opener_browsing_instance_frame_id;
+
// The index the caller would like the tab to be positioned at in the
// TabStrip. The actual index will be determined by the TabHandler in
// accordance with |add_types|. Defaults to -1 (allows the TabHandler to

Powered by Google App Engine
This is Rietveld 408576698