| Index: chrome/browser/ui/browser_navigator.h
|
| diff --git a/chrome/browser/ui/browser_navigator.h b/chrome/browser/ui/browser_navigator.h
|
| index 1ba38fb9ea0d7f92f843a0c1f01fc14980de1ecb..9270a40187d8fadded8d763c1bdcc4129628a50a 100644
|
| --- a/chrome/browser/ui/browser_navigator.h
|
| +++ b/chrome/browser/ui/browser_navigator.h
|
| @@ -212,6 +212,10 @@ struct NavigateParams {
|
| // navigation entry.
|
| bool should_replace_current_entry;
|
|
|
| + // Indicates whether |source_contents| should be set as opener when creating
|
| + // |target_contents|.
|
| + bool should_set_opener;
|
| +
|
| private:
|
| NavigateParams();
|
| };
|
|
|