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

Unified Diff: chrome/browser/ui/touch/tabs/touch_tab_strip.h

Issue 7033048: Multi-tab: Adding new Notification when tab selection changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebasing Created 9 years, 6 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/ui/touch/tabs/touch_tab_strip.h
diff --git a/chrome/browser/ui/touch/tabs/touch_tab_strip.h b/chrome/browser/ui/touch/tabs/touch_tab_strip.h
index f6dadb3ed1d1d5443f15e707ed54f8541f180eb7..cf4c686f2c000e192a532d3e3d91a5d8efb41b98 100644
--- a/chrome/browser/ui/touch/tabs/touch_tab_strip.h
+++ b/chrome/browser/ui/touch/tabs/touch_tab_strip.h
@@ -12,6 +12,7 @@ namespace ui {
enum TouchStatus;
}
+class TabStripSelectionModel;
class TouchTab;
///////////////////////////////////////////////////////////////////////////////
@@ -40,7 +41,8 @@ class TouchTabStrip : public BaseTabStrip {
virtual void StopAllHighlighting();
virtual BaseTab* CreateTabForDragging();
virtual void RemoveTabAt(int model_index);
- virtual void SelectTabAt(int old_model_index, int new_model_index);
+ virtual void SetSelection(const TabStripSelectionModel& old_selection,
+ const TabStripSelectionModel& new_selection);
virtual void TabTitleChangedNotLoading(int model_index);
virtual BaseTab* CreateTab();
virtual void StartInsertTabAnimation(int model_index);
« no previous file with comments | « chrome/browser/ui/touch/frame/touch_browser_frame_view.cc ('k') | chrome/browser/ui/touch/tabs/touch_tab_strip.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698