Index: chrome/browser/ui/browser_list.h |
diff --git a/chrome/browser/ui/browser_list.h b/chrome/browser/ui/browser_list.h |
index beb7001415390eb08859f383ad507b29c3185097..43157b97c2d736d9b7d9c5712ce246871c09b5dd 100644 |
--- a/chrome/browser/ui/browser_list.h |
+++ b/chrome/browser/ui/browser_list.h |
@@ -20,7 +20,6 @@ class BrowserListObserver; |
class BrowserList { |
public: |
typedef std::vector<Browser*> BrowserVector; |
- typedef BrowserVector::const_iterator const_iterator; |
typedef BrowserVector::const_reverse_iterator const_reverse_iterator; |
// Adds and removes browsers from the global list. The browser object should |
@@ -39,11 +38,6 @@ class BrowserList { |
// Closes all browsers for |profile|. |
static void CloseAllBrowsersWithProfile(Profile* profile); |
- // Browsers are added to the list before they have constructed windows, |
- // so the |window()| member function may return NULL. |
- static const_iterator begin(); |
- static const_iterator end(); |
- |
static bool empty(); |
static size_t size(); |