| Index: chrome/browser/views/tabs/tab_strip.cc
|
| ===================================================================
|
| --- chrome/browser/views/tabs/tab_strip.cc (revision 20500)
|
| +++ chrome/browser/views/tabs/tab_strip.cc (working copy)
|
| @@ -824,7 +824,8 @@
|
| }
|
| }
|
|
|
| -void TabStrip::TabMoved(TabContents* contents, int from_index, int to_index) {
|
| +void TabStrip::TabMoved(TabContents* contents, int from_index, int to_index,
|
| + bool pinned_state_changed) {
|
| Tab* tab = GetTabAt(from_index);
|
| tab_data_.erase(tab_data_.begin() + from_index);
|
| TabData data = {tab, gfx::Rect()};
|
|
|