| 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..6b385e84c679964b8552d6bd76b952c15166db2f 100644
|
| --- a/chrome/browser/ui/browser_navigator.h
|
| +++ b/chrome/browser/ui/browser_navigator.h
|
| @@ -171,6 +171,9 @@ 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.
|
| +int GetIndexOfSingletonTab(NavigateParams* params);
|
| +
|
| } // namespace browser
|
|
|
| #endif // CHROME_BROWSER_UI_BROWSER_NAVIGATOR_H_
|
|
|