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..f2465b783118c4aef3e3592f10cfc73d08936bf9 100644 |
--- a/content/public/browser/navigation_controller.h |
+++ b/content/public/browser/navigation_controller.h |
@@ -116,6 +116,9 @@ class NavigationController { |
// Note the default value in constructor below. |
PageTransition transition_type; |
+ // The FrameTreeNode ID for the frame to navigate, or -1 for the main frame. |
+ int64 frame_tree_node_id; |
+ |
// Referrer for this load. Empty if none. |
Referrer referrer; |