Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(271)

Unified Diff: chrome/browser/ui/browser_list.cc

Issue 12213074: BrowserList iterator methods have been phased out, delete them! (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/ui/browser_list.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/browser_list.cc
diff --git a/chrome/browser/ui/browser_list.cc b/chrome/browser/ui/browser_list.cc
index dca3d24012253878db032525cee2dc8f956f5583..15fb57c46aac776a785a711a83b524f547bfe144 100644
--- a/chrome/browser/ui/browser_list.cc
+++ b/chrome/browser/ui/browser_list.cc
@@ -46,16 +46,6 @@ void BrowserList::CloseAllBrowsersWithProfile(Profile* profile) {
}
// static
-BrowserList::const_iterator BrowserList::begin() {
- return GetNativeList()->begin();
-}
-
-// static
-BrowserList::const_iterator BrowserList::end() {
- return GetNativeList()->end();
-}
-
-// static
bool BrowserList::empty() {
return GetNativeList()->empty();
}
« no previous file with comments | « chrome/browser/ui/browser_list.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698