Index: chrome/browser/ui/browser_list.h |
diff --git a/chrome/browser/ui/browser_list.h b/chrome/browser/ui/browser_list.h |
index 8b3ed146329917036e30ae1cfa85c58bb23790fa..f3103cf81e96af75cc13c59cac3cae348478cef5 100644 |
--- a/chrome/browser/ui/browser_list.h |
+++ b/chrome/browser/ui/browser_list.h |
@@ -38,9 +38,6 @@ class BrowserList { |
// Closes all browsers for |profile| across all desktops. |
static void CloseAllBrowsersWithProfile(Profile* profile); |
- static bool empty(); |
- static size_t size(); |
- |
// Returns iterated access to list of open browsers ordered by when |
// they were last active. The underlying data structure is a vector |
// and we push_back on recent access so a reverse iterator gives the |