| Index: chrome/browser/ui/browser_navigator.h
|
| diff --git a/chrome/browser/ui/browser_navigator.h b/chrome/browser/ui/browser_navigator.h
|
| index 140ef6c9bd79757e33ae910d6d156fc90e724d52..48ba95b996584cb3f9e59cc2175a3caeb9376c1d 100644
|
| --- a/chrome/browser/ui/browser_navigator.h
|
| +++ b/chrome/browser/ui/browser_navigator.h
|
| @@ -125,6 +125,10 @@ struct NavigateParams {
|
| // |tabstrip_add_types|.
|
| WindowOpenDisposition disposition;
|
|
|
| + // If disposittion is NEW_POPUP, then the new window will be of type
|
| + // TYPE_TRUSTED_POPUP if |is_trusted| is true. Default is false.
|
| + bool is_trusted;
|
| +
|
| // The transition type of the navigation. Default is
|
| // content::PAGE_TRANSITION_LINK when target_contents is specified in the
|
| // constructor.
|
|
|