Commit 739fc0f1 authored by bauerb@chromium.org's avatar bauerb@chromium.org

Don't initialize SupervisedUserService at profile creation on Android.

BUG=372381

Review URL: https://codereview.chromium.org/462043002

Cr-Commit-Position: refs/heads/master@{#289069}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289069 0039d316-1c4b-4281-b951-d872f2087c98
parent a758249d
......@@ -1002,7 +1002,7 @@ void ProfileManager::DoFinalInitForServices(Profile* profile,
extensions::ExtensionSystem::Get(profile)->extension_service());
}
#endif
#if defined(ENABLE_MANAGED_USERS)
#if defined(ENABLE_MANAGED_USERS) && !defined(OS_ANDROID)
// Initialization needs to happen after extension system initialization (for
// extension::ManagementPolicy) and InitProfileUserPrefs (for setting the
// initializing the supervised flag if necessary).
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment