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

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

Issue 6933037: Multi-tab selection for Linux. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixing nits Created 9 years, 7 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.h
diff --git a/chrome/browser/tabs/tab_strip_model.h b/chrome/browser/tabs/tab_strip_model.h
index e711b493a90d0bd02f7b1d5a2ee5dd4d66f52313..39f3055629e97f5cbdb0012bfd8dd9e4e2476c41 100644
--- a/chrome/browser/tabs/tab_strip_model.h
+++ b/chrome/browser/tabs/tab_strip_model.h
@@ -525,6 +525,10 @@ class TabStripModel : public NotificationObserver {
// the old active index.
void NotifyActiveTabChanged(int old_active_index);
+ // Notifies the observers the selection changed. |old_selected_indices|
+ // contains the list of indices that were previously selected.
+ void NotifySelectionChanged(const std::vector<int>& old_selected_indices);
+
// Returns the number of New Tab tabs in the TabStripModel.
int GetNewTabCount() const;
« no previous file with comments | « no previous file | chrome/browser/tabs/tab_strip_model.cc » ('j') | chrome/browser/tabs/tab_strip_model_observer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698