| Index: chrome/browser/ui/browser_navigator.h
|
| diff --git a/chrome/browser/ui/browser_navigator.h b/chrome/browser/ui/browser_navigator.h
|
| index d93930d77653df27a5da9ba16c2a14411e7591a6..34706c2e305bad153096ec5be70de4d6068d4d00 100644
|
| --- a/chrome/browser/ui/browser_navigator.h
|
| +++ b/chrome/browser/ui/browser_navigator.h
|
| @@ -130,6 +130,10 @@ struct NavigateParams {
|
| // NO_ACTION, |window_action| will be set to SHOW_WINDOW.
|
| WindowAction window_action;
|
|
|
| + // If false then the navigation was not initiated by a user gesture.
|
| + // Default is true.
|
| + bool user_gesture;
|
| +
|
| // What to do with the path component of the URL for singleton navigations.
|
| enum PathBehavior {
|
| // Two URLs with differing paths are different.
|
|
|