diff options
Diffstat (limited to 'chrome/browser/ui/browser.h')
| -rw-r--r-- | chrome/browser/ui/browser.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h index 0ee3a9e..4348e05 100644 --- a/chrome/browser/ui/browser.h +++ b/chrome/browser/ui/browser.h @@ -401,13 +401,11 @@ class Browser : public TabStripModelDelegate, int GetIndexOfController( const content::NavigationController* controller) const; - TabContents* GetSelectedTabContentsWrapper() const; // DEPRECATED TabContents* GetActiveTabContents() const; // A convenient version of the above which returns the TabContents's // WebContents. content::WebContents* GetSelectedWebContents() const; // DEPRECATED content::WebContents* GetActiveWebContents() const; - TabContents* GetTabContentsWrapperAt(int index) const; // DEPRECATED TabContents* GetTabContentsAt(int index) const; // A convenient version of the above which returns the TabContents's // WebContents. |
