Index: chrome/browser/ui/browser_tabstrip.h |
diff --git a/chrome/browser/ui/browser_tabstrip.h b/chrome/browser/ui/browser_tabstrip.h |
index c8e8e096b2d93c431b7fa9c1ed30a3bccedc0f17..6ab64030f105af268ee734b8e271d66d025b51c3 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); |