Index: chrome/browser/ui/views/compact_nav/compact_location_bar_view_host.cc |
diff --git a/chrome/browser/ui/views/compact_nav/compact_location_bar_view_host.cc b/chrome/browser/ui/views/compact_nav/compact_location_bar_view_host.cc |
index 7cd1f75dbe8b0571bc7c8d19aba84af635a54c64..9d82649444424c4527b341836bfa715f8952c5cf 100644 |
--- a/chrome/browser/ui/views/compact_nav/compact_location_bar_view_host.cc |
+++ b/chrome/browser/ui/views/compact_nav/compact_location_bar_view_host.cc |
@@ -303,10 +303,11 @@ void CompactLocationBarViewHost::TabClosingAt(TabStripModel* tab_strip_model, |
Hide(false); |
} |
-void CompactLocationBarViewHost::TabSelectedAt(TabContentsWrapper* old_contents, |
- TabContentsWrapper* new_contents, |
- int index, |
- bool user_gesture) { |
+void CompactLocationBarViewHost::TabActivatedAt( |
+ TabContentsWrapper* old_contents, |
+ TabContentsWrapper* new_contents, |
+ int index, |
+ bool user_gesture) { |
current_tab_model_index_ = index; |
if (new_contents && new_contents->tab_contents()->is_loading()) { |
Show(false); |