| Index: chrome/browser/policy/browser_policy_connector.cc
|
| diff --git a/chrome/browser/policy/browser_policy_connector.cc b/chrome/browser/policy/browser_policy_connector.cc
|
| index e94f0d688fb9a059cf89f537798f03dc919d5105..1fbeaed226166079bd2132d1a4c6887137e425ad 100644
|
| --- a/chrome/browser/policy/browser_policy_connector.cc
|
| +++ b/chrome/browser/policy/browser_policy_connector.cc
|
| @@ -149,10 +149,12 @@ ConfigurationPolicyProvider*
|
|
|
| void BrowserPolicyConnector::RegisterForDevicePolicy(
|
| const std::string& owner_email,
|
| - const std::string& token) {
|
| + const std::string& token,
|
| + bool is_auto_enrollment) {
|
| #if defined(OS_CHROMEOS)
|
| if (device_data_store_.get()) {
|
| device_data_store_->set_user_name(owner_email);
|
| + device_data_store_->set_is_auto_enrollment(is_auto_enrollment);
|
| device_data_store_->SetOAuthToken(token);
|
| }
|
| #endif
|
|
|