Index: chrome/browser/profiles/profile_manager.h |
diff --git a/chrome/browser/profiles/profile_manager.h b/chrome/browser/profiles/profile_manager.h |
index 4b5c8a881d7fcd4c2e277c249aec3c3697b91aa8..f502168e6f180e5ba2688b30fb20d6797dc812d2 100644 |
--- a/chrome/browser/profiles/profile_manager.h |
+++ b/chrome/browser/profiles/profile_manager.h |
@@ -286,8 +286,9 @@ class ProfileManager : public base::NonThreadSafe, |
// Adds |profile| to the profile info cache if it hasn't been added yet. |
void AddProfileToCache(Profile* profile); |
- // Apply settings for (desktop) Guest User profile. |
- void SetGuestProfilePrefs(Profile* profile); |
+ // Apply settings for profiles created by the system rather than users: The |
+ // (desktop) Guest User profile and (desktop) System Profile. |
+ void SetNonPersonalProfilePrefs(Profile* profile); |
// For ChromeOS, determines if profile should be otr. |
bool ShouldGoOffTheRecord(Profile* profile); |