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. |