Index: chrome/browser/gtk/tabs/tab_strip_gtk.cc |
=================================================================== |
--- chrome/browser/gtk/tabs/tab_strip_gtk.cc (revision 13152) |
+++ chrome/browser/gtk/tabs/tab_strip_gtk.cc (working copy) |
@@ -162,7 +162,8 @@ |
Layout(); |
} |
-void TabStripGtk::TabChangedAt(TabContents* contents, int index) { |
+void TabStripGtk::TabChangedAt(TabContents* contents, int index, |
+ bool loading_only) { |
// Index is in terms of the model. Need to make sure we adjust that index in |
// case we have an animation going. |
TabGtk* tab = GetTabAt(index); |