Index: trunk/src/chrome/browser/policy/cloud/user_policy_signin_service.cc |
=================================================================== |
--- trunk/src/chrome/browser/policy/cloud/user_policy_signin_service.cc (revision 201976) |
+++ trunk/src/chrome/browser/policy/cloud/user_policy_signin_service.cc (working copy) |
@@ -226,11 +226,8 @@ |
Profile* profile) |
: profile_(profile), |
weak_factory_(this) { |
- CommandLine* cmd_line = CommandLine::ForCurrentProcess(); |
- if (profile_->GetPrefs()->GetBoolean(prefs::kDisableCloudPolicyOnSignin) || |
- ProfileManager::IsImportProcess(*cmd_line)) { |
+ if (profile_->GetPrefs()->GetBoolean(prefs::kDisableCloudPolicyOnSignin)) |
return; |
- } |
// Initialize/shutdown the UserCloudPolicyManager when the user signs out. |
registrar_.Add(this, |