| Index: chrome/browser/views/tabs/browser_tab_strip_controller.h
|
| diff --git a/chrome/browser/views/tabs/browser_tab_strip_controller.h b/chrome/browser/views/tabs/browser_tab_strip_controller.h
|
| index 27797437e7ab6f938530960902cb16b19e9703d1..d688ebcd97d212a9cf677cf23a7aaf1a32802f48 100644
|
| --- a/chrome/browser/views/tabs/browser_tab_strip_controller.h
|
| +++ b/chrome/browser/views/tabs/browser_tab_strip_controller.h
|
| @@ -67,9 +67,6 @@ class BrowserTabStripController : public TabStripController,
|
| virtual void TabChangedAt(TabContents* contents,
|
| int model_index,
|
| TabChangeType change_type);
|
| - virtual void TabReplacedAt(TabContents* old_contents,
|
| - TabContents* new_contents,
|
| - int model_index);
|
| virtual void TabPinnedStateChanged(TabContents* contents, int model_index);
|
| virtual void TabMiniStateChanged(TabContents* contents, int model_index);
|
| virtual void TabBlockedStateChanged(TabContents* contents, int model_index);
|
|
|