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