| Index: chrome/browser/ui/views/tabs/tab_controller.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/tabs/tab_controller.h (revision 84869)
|
| +++ chrome/browser/ui/views/tabs/tab_controller.h (working copy)
|
| @@ -65,6 +65,10 @@
|
| virtual BaseTab* GetTabAt(BaseTab* tab,
|
| const gfx::Point& tab_in_tab_coordinates) = 0;
|
|
|
| + // Informs that an active tab is selected when already active (ie - clicked
|
| + // when already active/foreground).
|
| + virtual void ClickActiveTab(const BaseTab* tab) const = 0;
|
| +
|
| protected:
|
| virtual ~TabController() {}
|
| };
|
|
|