Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(60)

Unified Diff: chrome/browser/tabs/tab_strip_model_observer.h

Issue 6913026: Compact Navigation prototype (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/tabs/tab_strip_model_observer.h
diff --git a/chrome/browser/tabs/tab_strip_model_observer.h b/chrome/browser/tabs/tab_strip_model_observer.h
index 5757d88d185608617887ab52058f675b35f13b2b..0aa1b15900200733ea6c125b4a4790616529f698 100644
--- a/chrome/browser/tabs/tab_strip_model_observer.h
+++ b/chrome/browser/tabs/tab_strip_model_observer.h
@@ -126,6 +126,10 @@ class TabStripModelObserver {
// must be dropped.
virtual void TabStripModelDeleted();
+ // Invoked when an active/selected tab at |index| is selected again (ie - the
+ // active/foreground tab is clicked).
+ virtual void TabReselected(int index);
sky 2011/05/03 18:38:32 The implementation that triggers calling this only
SteveT 2011/05/06 18:48:43 "ActiveTabClicked" was actually one of the names I
+
protected:
virtual ~TabStripModelObserver() {}
};

Powered by Google App Engine
This is Rietveld 408576698