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

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: 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 3f0cd4afd610419a4036384f98c607cf2ff1439d..1738910b637334040c2e29165e9e39765ead9598 100644
--- a/chrome/browser/automation/testing_automation_provider_chromeos.cc
+++ b/chrome/browser/automation/testing_automation_provider_chromeos.cc
@@ -954,7 +954,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");

Powered by Google App Engine
This is Rietveld 408576698