| 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..d860f457e5870f76d2155bb13769793e751a8314 100644
|
| --- a/chrome/browser/ui/browser_navigator.h
|
| +++ b/chrome/browser/ui/browser_navigator.h
|
| @@ -65,6 +65,8 @@ struct NavigateParams {
|
| GURL url;
|
| content::Referrer referrer;
|
|
|
| + int64 frame_tree_node_id;
|
| +
|
| // Any redirect URLs that occurred for this navigation before |url|.
|
| // Usually empty.
|
| std::vector<GURL> redirect_chain;
|
|
|