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

Unified Diff: chrome/browser/automation/testing_automation_provider_chromeos.cc

Issue 8586030: Added ConfigurationPolicyProvider::RefreshPolicies. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed LoginUtilsTest Created 9 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/automation/testing_automation_provider_chromeos.cc
diff --git a/chrome/browser/automation/testing_automation_provider_chromeos.cc b/chrome/browser/automation/testing_automation_provider_chromeos.cc
index 1af8e165a49411e63dde5d666f8010483f094528..aec1f94f3720d9fd4dd49002f7faec5c0a1029eb 100644
--- a/chrome/browser/automation/testing_automation_provider_chromeos.cc
+++ b/chrome/browser/automation/testing_automation_provider_chromeos.cc
@@ -900,7 +900,7 @@ void TestingAutomationProvider::FetchEnterprisePolicy(
if (policy_subsystem) {
// Set up an observer (it will delete itself).
new CloudPolicyObserver(this, reply_message, connector, policy_subsystem);
- connector->FetchDevicePolicy();
+ connector->FetchCloudPolicy();
} else {
AutomationJSONReply(this, reply_message).SendError(
"Unable to access CloudPolicySubsystem");
« no previous file with comments | « no previous file | chrome/browser/browser_process_impl.cc » ('j') | chrome/browser/policy/cloud_policy_provider_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698