| Index: chrome/browser/ui/browser_navigator.h
|
| diff --git a/chrome/browser/ui/browser_navigator.h b/chrome/browser/ui/browser_navigator.h
|
| index 12f0a542d9cb47a1b053fc494e16846f07556fe5..140ef6c9bd79757e33ae910d6d156fc90e724d52 100644
|
| --- a/chrome/browser/ui/browser_navigator.h
|
| +++ b/chrome/browser/ui/browser_navigator.h
|
| @@ -65,6 +65,9 @@ struct NavigateParams {
|
| GURL url;
|
| content::Referrer referrer;
|
|
|
| + // The browser-global ID of the frame to navigate, or -1 for the main frame.
|
| + int64 frame_tree_node_id;
|
| +
|
| // Any redirect URLs that occurred for this navigation before |url|.
|
| // Usually empty.
|
| std::vector<GURL> redirect_chain;
|
|
|