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_; |