Index: chrome/browser/profiles/profile_manager.cc |
diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc |
index f1be65da52804d981c62557c6619a6b18b7ded1c..9198d8dc50ab1df43e1b1355c02f62b5fae40bf4 100644 |
--- a/chrome/browser/profiles/profile_manager.cc |
+++ b/chrome/browser/profiles/profile_manager.cc |
@@ -1018,7 +1018,7 @@ void ProfileManager::DoFinalInitForServices(Profile* profile, |
} |
#endif |
-#if defined(ENABLE_SUPERVISED_USERS) && !defined(OS_ANDROID) |
+#if defined(ENABLE_SUPERVISED_USERS) |
// Initialization needs to happen after extension system initialization (for |
// extension::ManagementPolicy) and InitProfileUserPrefs (for setting the |
// initializing the supervised flag if necessary). |