| 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 0125f978e167df36d2fd7d097faca21b0d9a12e7..8a48f09ca1882444e5894fc3eb23431a3c7b002b 100644
|
| --- a/chrome/browser/ui/android/tab_model/tab_model.h
|
| +++ b/chrome/browser/ui/android/tab_model/tab_model.h
|
| @@ -37,6 +37,7 @@ class TabModel : public content::NotificationObserver {
|
|
|
| virtual int GetTabCount() const = 0;
|
| virtual int GetActiveIndex() const = 0;
|
| + virtual content::WebContents* GetActiveWebContents() const;
|
| 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;
|
|
|