| Index: chrome/browser/profiles/profile_manager.cc
|
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
|
| index 9e25b1da6fc2a62e0f0631b42bdd39c25148c619..13a6a64bf38a0689e8a6fecbec110a3986ff50cb 100644
|
| --- a/chrome/browser/profiles/profile_manager.cc
|
| +++ b/chrome/browser/profiles/profile_manager.cc
|
| @@ -781,6 +781,10 @@ void ProfileManager::InitProfileUserPrefs(Profile* profile) {
|
|
|
| CommandLine* command_line = CommandLine::ForCurrentProcess();
|
| bool force_managed_user_id =
|
| +#if defined(OS_CHROMEOS)
|
| + g_browser_process->platform_part()->
|
| + profile_helper()->GetSigninProfileDir() != profile->GetPath() &&
|
| +#endif
|
| command_line->HasSwitch(switches::kManagedUserId);
|
| if (force_managed_user_id) {
|
| managed_user_id =
|
|
|