| Index: chrome/browser/ui/android/tab_model/tab_model.h
|
| diff --git a/chrome/browser/ui/android/tab_model/tab_model.h b/chrome/browser/ui/android/tab_model/tab_model.h
|
| index 18fd09e8493c0286c55b7553cffda8d1d0307826..5483a8842fdbb602f3cbf50b80f03ef908f487d4 100644
|
| --- a/chrome/browser/ui/android/tab_model/tab_model.h
|
| +++ b/chrome/browser/ui/android/tab_model/tab_model.h
|
| @@ -49,6 +49,7 @@ class TabModel : public content::NotificationObserver {
|
| virtual content::WebContents* GetWebContentsAt(int index) const = 0;
|
| // This will return NULL if the tab has not yet been initialized.
|
| virtual TabAndroid* GetTabAt(int index) const = 0;
|
| + virtual bool IsTabbedActivity() const = 0;
|
|
|
| virtual void SetActiveIndex(int index) = 0;
|
| virtual void CloseTabAt(int index) = 0;
|
|
|