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