| Index: chrome/browser/tabs/tab_strip_model.h
|
| ===================================================================
|
| --- chrome/browser/tabs/tab_strip_model.h (revision 84869)
|
| +++ chrome/browser/tabs/tab_strip_model.h (working copy)
|
| @@ -411,6 +411,10 @@
|
| void MoveTabNext();
|
| void MoveTabPrevious();
|
|
|
| + // Notifies the observers that the active/foreground tab at |index| was
|
| + // reselected (ie - it was already active and was clicked again).
|
| + void ActiveTabClicked(int index);
|
| +
|
| // View API //////////////////////////////////////////////////////////////////
|
|
|
| // Context menu functions.
|
| @@ -426,6 +430,7 @@
|
| CommandTogglePinned,
|
| CommandBookmarkAllTabs,
|
| CommandUseVerticalTabs,
|
| + CommandUseCompactNavigationBar,
|
| CommandSelectByDomain,
|
| CommandSelectByOpener,
|
| CommandLast
|
|
|