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

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

Issue 30323002: [DRAFT] Create RenderFrameHostManager. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 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: content/public/browser/navigation_controller.h
diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h
index 70991647f8d0f0cf737d1356f859e02c955715b4..4ba8d51603773a68458ac560484b5664e70575f5 100644
--- a/content/public/browser/navigation_controller.h
+++ b/content/public/browser/navigation_controller.h
@@ -116,6 +116,8 @@ class NavigationController {
// Note the default value in constructor below.
PageTransition transition_type;
+ int64 frame_tree_node_id;
+
// Referrer for this load. Empty if none.
Referrer referrer;

Powered by Google App Engine
This is Rietveld 408576698