| Index: chrome/browser/ui/browser_tabstrip.h
|
| diff --git a/chrome/browser/ui/browser_tabstrip.h b/chrome/browser/ui/browser_tabstrip.h
|
| index f4c617717f8b218fbe2ac3e3f01ceece71cf1d94..f44d7b8dc708907d3cc3f74ad27f73fa0e61da91 100644
|
| --- a/chrome/browser/ui/browser_tabstrip.h
|
| +++ b/chrome/browser/ui/browser_tabstrip.h
|
| @@ -35,8 +35,9 @@ content::WebContents* GetWebContentsAt(const Browser* browser, int index);
|
|
|
| void ActivateTabAt(Browser* browser, int index, bool user_gesture);
|
|
|
| -TabContents* AddBlankTab(Browser* browser, bool foreground);
|
| -TabContents* AddBlankTabAt(Browser* browser, int index, bool foreground);
|
| +// Adds a blank tab to the tab strip of the specified browser; an |index| of -1
|
| +// means to append it to the end of the tab strip.
|
| +void AddBlankTabAt(Browser* browser, int index, bool foreground);
|
|
|
| // Used by extensions.
|
| bool IsTabStripEditable(Browser* browser);
|
|
|