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

Unified Diff: chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc

Issue 2606773002: Setup Chromad user policy plumbing (Closed)
Patch Set: CrOS compilation fix Created 4 years 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/policy/cloud/component_cloud_policy_browsertest.cc
diff --git a/chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc b/chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc
index 92125944ae68a88830b0b5348c952e1ff8d4dd44..9ef8ae87008bcc64d2eac7b04a4fbd5afb605bd0 100644
--- a/chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc
+++ b/chrome/browser/policy/cloud/component_cloud_policy_browsertest.cc
@@ -170,7 +170,7 @@ class ComponentCloudPolicyTest : public ExtensionBrowserTest {
#if defined(OS_CHROMEOS)
UserCloudPolicyManagerChromeOS* policy_manager =
- UserCloudPolicyManagerFactoryChromeOS::GetForProfile(
+ UserCloudPolicyManagerFactoryChromeOS::GetCloudPolicyManagerForProfile(
browser()->profile());
ASSERT_TRUE(policy_manager);
#else

Powered by Google App Engine
This is Rietveld 408576698