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

Unified Diff: chrome/browser/profiles/profile_manager.h

Issue 9853010: ProfileManager: Remove CHECKs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Code review. Created 8 years, 9 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 | « no previous file | chrome/browser/profiles/profile_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_manager.h
diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h
index 8c07563272ccc993b32bea72fc6055a7bdec2694..296f7cecd65026cad4b920b1abcc7377e4e5bdd2 100644
--- a/chrome/browser/profiles/profile_manager.h
+++ b/chrome/browser/profiles/profile_manager.h
@@ -318,6 +318,8 @@ class ProfileManager : public base::NonThreadSafe,
// For keeping track of the last active profiles.
std::map<Profile*, int> browser_counts_;
+ // On startup we launch the active profiles in the order they became active
+ // during the last run. This is why they are kept in a list, not in a set.
std::vector<Profile*> active_profiles_;
bool shutdown_started_;
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698