| Index: chrome/browser/views/tabs/tab_strip.h
|
| ===================================================================
|
| --- chrome/browser/views/tabs/tab_strip.h (revision 36364)
|
| +++ chrome/browser/views/tabs/tab_strip.h (working copy)
|
| @@ -136,6 +136,7 @@
|
| virtual void TabChangedAt(TabContents* contents, int index,
|
| TabChangeType change_type);
|
| virtual void TabPinnedStateChanged(TabContents* contents, int index);
|
| + virtual void TabBlockedStateChanged(TabContents* contents, int index);
|
|
|
| // Tab::Delegate implementation:
|
| virtual bool IsTabSelected(const Tab* tab) const;
|
|
|