Chromium Code Reviews| 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 0efca8a67a52a6101f39c5a3ab468ffe9489564b..00220e1109ae0e9aceacc911c92dc93b9449f906 100644 |
| --- a/chrome/browser/chromeos/policy/device_local_account_policy_service.cc |
| +++ b/chrome/browser/chromeos/policy/device_local_account_policy_service.cc |
| @@ -124,6 +124,7 @@ DeviceLocalAccountPolicyBroker::DeviceLocalAccountPolicyBroker( |
| : account_id_(account.account_id), |
| user_id_(account.user_id), |
| component_policy_cache_path_(component_policy_cache_path), |
| + extension_tracker_(account, store.get(), &schema_registry_), |
| store_(store.Pass()), |
| external_data_manager_(external_data_manager), |
| core_(PolicyNamespaceKey(dm_protocol::kChromePublicAccountPolicyType, |
| @@ -163,6 +164,7 @@ void DeviceLocalAccountPolicyBroker::ConnectIfPossible( |
| request_context)); |
| if (!client) |
| return; |
| + LOG(ERROR) << "--- connecting broker for " << user_id_; |
|
bartfab (slow)
2014/06/20 17:03:46
Nit: Remove.
Joao da Silva
2014/06/20 22:28:19
Done ._.
|
| core_.Connect(client.Pass()); |
| external_data_manager_->Connect(request_context); |