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

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: Adding TabSelectionChanged callback and removing unnecessary method 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
« no previous file with comments | « no previous file | chrome/browser/tabs/tab_strip_model.cc » ('j') | chrome/browser/tabs/tab_strip_model.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 c0d1e0b9668d3a11859638764568d4b481d1ae0f..96221376596bfc6d3900d9749345636ee4553dcf 100644
--- a/chrome/browser/tabs/tab_strip_model.h
+++ b/chrome/browser/tabs/tab_strip_model.h
@@ -525,6 +525,11 @@ class TabStripModel : public NotificationObserver {
// the old selected index.
void NotifySelectionChanged(int old_selected_index);
+ // Notifies the observers the selection changed. |old_selected_indexes| gives
James Hawkins 2011/05/18 18:03:10 nit: The last sentence is a bit redundant. Somethi
dpapad 2011/06/01 18:05:41 Done.
+ // the old selected indexes.
+ void NotifyMultipleSelectionChanged(
+ const std::vector<int>& old_selected_indexes);
+
// 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.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698