| Index: content/public/browser/navigation_controller.h
|
| diff --git a/content/public/browser/navigation_controller.h b/content/public/browser/navigation_controller.h
|
| index 280e1cd968825a4383d9481d0ed612c5bc05a346..f9761313cec82e3f209ecec67464a819bd313f75 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;
|
|
|
|
|