| 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;
|
|
|
|
|