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

Unified Diff: chrome/browser/profiles/profile_impl.cc

Issue 847733005: Move User Manager onto a System profile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Compile Error - Windows Created 5 years, 11 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
Index: chrome/browser/profiles/profile_impl.cc
diff --git a/chrome/browser/profiles/profile_impl.cc b/chrome/browser/profiles/profile_impl.cc
index 35d47630fff5cb3fd5f83828db6443ae4329a758..c8a549516843f1fa71f37637cde0e3a4463775cf 100644
--- a/chrome/browser/profiles/profile_impl.cc
+++ b/chrome/browser/profiles/profile_impl.cc
@@ -431,6 +431,7 @@ ProfileImpl::ProfileImpl(
#endif
set_is_guest_profile(path == ProfileManager::GetGuestProfilePath());
+ set_is_system_profile(path == ProfileManager::GetSystemProfilePath());
// Determine if prefetch is enabled for this profile.
// If not profile_manager is present, it means we are in a unittest.

Powered by Google App Engine
This is Rietveld 408576698