| Index: chrome/browser/views/tabs/tab_overview_controller.h
|
| ===================================================================
|
| --- chrome/browser/views/tabs/tab_overview_controller.h (revision 20500)
|
| +++ chrome/browser/views/tabs/tab_overview_controller.h (working copy)
|
| @@ -90,7 +90,8 @@
|
| virtual void TabDetachedAt(TabContents* contents, int index);
|
| virtual void TabMoved(TabContents* contents,
|
| int from_index,
|
| - int to_index);
|
| + int to_index,
|
| + bool pinned_state_changed);
|
| virtual void TabChangedAt(TabContents* contents, int index,
|
| bool loading_only);
|
| virtual void TabStripEmpty();
|
|
|