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

Unified Diff: chrome/browser/views/tabs/tab_overview_grid.h

Issue 151169: Improves tab overview. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 11 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/views/tabs/tab_overview_grid.h
===================================================================
--- chrome/browser/views/tabs/tab_overview_grid.h (revision 19730)
+++ chrome/browser/views/tabs/tab_overview_grid.h (working copy)
@@ -27,6 +27,10 @@
// Returns the TabOverviewCell at the specified index.
TabOverviewCell* GetTabOverviewCellAt(int index);
+ // Returns the TabOverviewDragController. This is NULL if a drag is not
+ // underway.
+ TabOverviewDragController* drag_controller() const;
+
// Cancels the drag. Does nothing if a drag is not underway.
void CancelDrag();
« no previous file with comments | « chrome/browser/views/tabs/tab_overview_drag_controller.cc ('k') | chrome/browser/views/tabs/tab_overview_grid.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698