| Index: chrome/browser/ui/browser_navigator.h
|
| diff --git a/chrome/browser/ui/browser_navigator.h b/chrome/browser/ui/browser_navigator.h
|
| index 1d1bc3bff3fcb3525c8661baeea78d1be3b53ef6..02ee48a6c4fed40ce000b7af390d89ee750ca8db 100644
|
| --- a/chrome/browser/ui/browser_navigator.h
|
| +++ b/chrome/browser/ui/browser_navigator.h
|
| @@ -94,6 +94,9 @@ struct NavigateParams {
|
| // when target_contents is specified in the constructor.
|
| content::PageTransition transition;
|
|
|
| + // Whether this navigation was initiated by the renderer process.
|
| + bool is_renderer_initiated;
|
| +
|
| // The index the caller would like the tab to be positioned at in the
|
| // TabStrip. The actual index will be determined by the TabHandler in
|
| // accordance with |add_types|. Defaults to -1 (allows the TabHandler to
|
|
|