| Index: chrome/browser/ui/views/tabs/tab_drag_controller.h
|
| diff --git a/chrome/browser/ui/views/tabs/tab_drag_controller.h b/chrome/browser/ui/views/tabs/tab_drag_controller.h
|
| index d4a778c5df3610ff3278ad86fcfb18116c762aa9..8b06b24b15e24fcf55bc84b33b48b2c1556b61d3 100644
|
| --- a/chrome/browser/ui/views/tabs/tab_drag_controller.h
|
| +++ b/chrome/browser/ui/views/tabs/tab_drag_controller.h
|
| @@ -411,6 +411,9 @@ class TabDragController : public content::WebContentsDelegate,
|
| // under us).
|
| void ResetSelection(TabStripModel* model);
|
|
|
| + // Restores |initial_selection_model_| to the |source_tabstrip_|.
|
| + void RestoreInitialSelection();
|
| +
|
| // Finishes a succesful drag operation.
|
| void CompleteDrag();
|
|
|
|
|