diff options
Diffstat (limited to 'chrome/browser/ui/browser_tabstrip.h')
-rw-r--r-- | chrome/browser/ui/browser_tabstrip.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/ui/browser_tabstrip.h b/chrome/browser/ui/browser_tabstrip.h index c8e8e09..6ab6403 100644 --- a/chrome/browser/ui/browser_tabstrip.h +++ b/chrome/browser/ui/browser_tabstrip.h @@ -29,8 +29,6 @@ content::WebContents* GetActiveWebContents(const Browser* browser); content::WebContents* GetWebContentsAt(const Browser* browser, int index); -void ActivateTabAt(Browser* browser, int index, bool user_gesture); - // 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); |