| 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();
|
|
|
|
|