| Index: chrome/browser/chromeos/login/enrollment/enterprise_enrollment_screen.cc
|
| diff --git a/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_screen.cc b/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_screen.cc
|
| index 8f284112c8361c3057d0d342613783797077c364..112f051afd624e29f6adc9d38411462082a70068 100644
|
| --- a/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_screen.cc
|
| +++ b/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_screen.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -186,7 +186,7 @@ void EnterpriseEnrollmentScreen::RegisterForDevicePolicy(
|
|
|
| // Push the credentials to the policy infrastructure. It'll start enrollment
|
| // and notify us of progress through CloudPolicySubsystem::Observer.
|
| - connector->RegisterForDevicePolicy(user_, token);
|
| + connector->RegisterForDevicePolicy(user_, token, is_auto_enrollment_);
|
| }
|
|
|
| } // namespace chromeos
|
|
|