| Index: chrome/browser/ui/browser.h
|
| diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h
|
| index fcc391523eb941ba2675bfa8ec66e7aed2bf2687..e0356e26d3269b7877f989f5da4c7d0542518a7b 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.
|
|
|