| Index: chrome/browser/ui/browser_navigator.h
|
| diff --git a/chrome/browser/ui/browser_navigator.h b/chrome/browser/ui/browser_navigator.h
|
| index 34706c2e305bad153096ec5be70de4d6068d4d00..4a39be47ed26424159fc687431f1f5330fd35056 100644
|
| --- a/chrome/browser/ui/browser_navigator.h
|
| +++ b/chrome/browser/ui/browser_navigator.h
|
| @@ -171,6 +171,10 @@ struct NavigateParams {
|
| // Navigates according to the configuration specified in |params|.
|
| void Navigate(NavigateParams* params);
|
|
|
| +// If the given navigational URL is a Singleton, return the tab index for it.
|
| +// Otherwise, returns -1.
|
| +int GetIndexOfSingletonTab(NavigateParams* params);
|
| +
|
| } // namespace browser
|
|
|
| #endif // CHROME_BROWSER_UI_BROWSER_NAVIGATOR_H_
|
|
|