Index: chrome/browser/ui/browser.h |
diff --git a/chrome/browser/ui/browser.h b/chrome/browser/ui/browser.h |
index 4348e05f394682bd7eef0583cc3d7a9aece00f7b..4045f630f50337280362440292fe46946a11ef01 100644 |
--- a/chrome/browser/ui/browser.h |
+++ b/chrome/browser/ui/browser.h |
@@ -404,7 +404,6 @@ class Browser : public TabStripModelDelegate, |
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* GetTabContentsAt(int index) const; |
// A convenient version of the above which returns the TabContents's |