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

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: Created 9 years, 1 month 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 da7c01ceec5de43bacd060787fae2901ce0363bc..ea448e9ab64be29031bd2a5ef1ee8aef66b3905e 100644
--- a/chrome/browser/ui/browser_navigator.h
+++ b/chrome/browser/ui/browser_navigator.h
@@ -180,6 +180,7 @@ struct NavigateParams {
// creating a Browser.
Profile* profile;
+ int64 opener_browsing_instance_frame_id;
Charlie Reis 2011/12/01 23:13:02 Maybe put this up near is_renderer_initiated and g
supersat 2011/12/09 23:08:20 Done.
private:
NavigateParams();
};

Powered by Google App Engine
This is Rietveld 408576698