Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(681)

Unified Diff: chrome/browser/chromeos/policy/device_local_account_external_data_service.cc

Issue 58313002: Removed the PolicyDefinitionList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@chrome-policy-schema-10-use-registry
Patch Set: rebase Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/chromeos/policy/device_local_account_external_data_service.cc
diff --git a/chrome/browser/chromeos/policy/device_local_account_external_data_service.cc b/chrome/browser/chromeos/policy/device_local_account_external_data_service.cc
index e751a4d3c9923de87b02bc81cbed9e46a2fb47ca..61625405916b258f3d37a0d8ace89a33a1f36bf2 100644
--- a/chrome/browser/chromeos/policy/device_local_account_external_data_service.cc
+++ b/chrome/browser/chromeos/policy/device_local_account_external_data_service.cc
@@ -76,7 +76,7 @@ scoped_refptr<DeviceLocalAccountExternalDataManager>
if (!external_data_manager) {
external_data_manager = new DeviceLocalAccountExternalDataManager(
account_id,
- GetChromePolicyDefinitionList(),
+ base::Bind(&GetChromePolicyDetails),
backend_task_runner_,
io_task_runner_,
resource_cache_.get());

Powered by Google App Engine
This is Rietveld 408576698