| Index: chrome/browser/chromeos/policy/device_local_account_policy_service.cc
|
| diff --git a/chrome/browser/chromeos/policy/device_local_account_policy_service.cc b/chrome/browser/chromeos/policy/device_local_account_policy_service.cc
|
| index 19a8f3bb6eead6c3e6b05e935a7ccbbee5eedcf4..150095cb11d4266b75338c6d6ae7d077387efd09 100644
|
| --- a/chrome/browser/chromeos/policy/device_local_account_policy_service.cc
|
| +++ b/chrome/browser/chromeos/policy/device_local_account_policy_service.cc
|
| @@ -215,7 +215,7 @@ void DeviceLocalAccountPolicyBroker::OnComponentCloudPolicyUpdated() {
|
| void DeviceLocalAccountPolicyBroker::CreateComponentCloudPolicyService(
|
| const scoped_refptr<net::URLRequestContextGetter>& request_context,
|
| CloudPolicyClient* client) {
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| + if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kDisableComponentCloudPolicy)) {
|
| // Disabled via the command line.
|
| return;
|
|
|