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

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

Issue 12262019: Replace static/native-desktop-only BrowserList::const_reverse_iterator by desktop specific ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: chrome_launcher_controller_per_app_unittest should be creating browsers on the ash desktop 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') | chrome/browser/ui/window_sizer/window_sizer.cc » ('j') | 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 8ac380a51b1b669b9780e863a2401b580ec5454f..391eecc2180b03dfb82203f85c9e76ef3e6cc010 100644
--- a/chrome/browser/ui/browser_list.cc
+++ b/chrome/browser/ui/browser_list.cc
@@ -72,16 +72,6 @@ void BrowserList::SetLastActive(Browser* browser) {
}
// static
-BrowserList::const_reverse_iterator BrowserList::begin_last_active() {
- return GetNativeList()->begin_last_active();
-}
-
-// static
-BrowserList::const_reverse_iterator BrowserList::end_last_active() {
- return GetNativeList()->end_last_active();
-}
-
-// static
bool BrowserList::IsOffTheRecordSessionActive() {
return GetNativeList()->IsIncognitoWindowOpen();
}
« no previous file with comments | « chrome/browser/ui/browser_list.h ('k') | chrome/browser/ui/window_sizer/window_sizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698