Index: chrome/browser/ui/browser_tabstrip.cc |
diff --git a/chrome/browser/ui/browser_tabstrip.cc b/chrome/browser/ui/browser_tabstrip.cc |
index 0bda8e854966e3594e469eecfa0785831435c1c5..2ca9ac1bb978697527c80f4504e8365282efa83c 100644 |
--- a/chrome/browser/ui/browser_tabstrip.cc |
+++ b/chrome/browser/ui/browser_tabstrip.cc |
@@ -35,10 +35,6 @@ content::WebContents* GetWebContentsAt(const Browser* browser, int index) { |
return browser->tab_strip_model()->GetWebContentsAt(index); |
} |
-void ActivateTabAt(Browser* browser, int index, bool user_gesture) { |
- browser->tab_strip_model()->ActivateTabAt(index, user_gesture); |
-} |
- |
void AddBlankTabAt(Browser* browser, int index, bool foreground) { |
// TODO(scottmg): http://crbug.com/128578 |
// This is necessary because WebContentsViewAura doesn't have enough context |