| Index: chrome/browser/views/tabs/tab_strip.h
|
| ===================================================================
|
| --- chrome/browser/views/tabs/tab_strip.h (revision 9942)
|
| +++ chrome/browser/views/tabs/tab_strip.h (working copy)
|
| @@ -142,6 +142,7 @@
|
| virtual void MaybeStartDrag(Tab* tab, const views::MouseEvent& event);
|
| virtual void ContinueDrag(const views::MouseEvent& event);
|
| virtual bool EndDrag(bool canceled);
|
| + virtual bool ContainsExactlyOneTab() const;
|
|
|
| // views::Button::ButtonListener implementation:
|
| virtual void ButtonPressed(views::BaseButton* sender);
|
|
|