Index: chrome/browser/ui/views/tabs/browser_tab_strip_controller.h |
diff --git a/chrome/browser/ui/views/tabs/browser_tab_strip_controller.h b/chrome/browser/ui/views/tabs/browser_tab_strip_controller.h |
index 75f867a6240091f0c7fcc1862c8e3e70600471fc..63f6bff9f5240be5a07f2efab5834f8f74e6b138 100644 |
--- a/chrome/browser/ui/views/tabs/browser_tab_strip_controller.h |
+++ b/chrome/browser/ui/views/tabs/browser_tab_strip_controller.h |
@@ -78,7 +78,8 @@ class BrowserTabStripController : public TabStripController, |
SkColor GetToolbarTopSeparatorColor() const override; |
// TabStripModelObserver implementation: |
- void TabInsertedAt(content::WebContents* contents, |
+ void TabInsertedAt(TabStripModel* tab_strip_model, |
+ content::WebContents* contents, |
int model_index, |
bool is_active) override; |
void TabDetachedAt(content::WebContents* contents, int model_index) override; |
@@ -94,7 +95,8 @@ class BrowserTabStripController : public TabStripController, |
content::WebContents* old_contents, |
content::WebContents* new_contents, |
int model_index) override; |
- void TabPinnedStateChanged(content::WebContents* contents, |
+ void TabPinnedStateChanged(TabStripModel* tab_strip_model, |
+ content::WebContents* contents, |
int model_index) override; |
void TabBlockedStateChanged(content::WebContents* contents, |
int model_index) override; |