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

Unified Diff: chrome/browser/policy/cloud_policy_subsystem.h

Issue 10693022: Add support for loading user cloud policy on desktop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: removed redundant #ifdef OS_CHROMEOS guard Created 8 years, 4 months 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_policy_subsystem.h
diff --git a/chrome/browser/policy/cloud_policy_subsystem.h b/chrome/browser/policy/cloud_policy_subsystem.h
index bb95c1558eca9323de41aa3567d492466358a5b1..12effca2629f282c78d16b73e521e22c3c294af7 100644
--- a/chrome/browser/policy/cloud_policy_subsystem.h
+++ b/chrome/browser/policy/cloud_policy_subsystem.h
@@ -71,7 +71,8 @@ class CloudPolicySubsystem
};
CloudPolicySubsystem(CloudPolicyDataStore* data_store,
- CloudPolicyCacheBase* policy_cache);
+ CloudPolicyCacheBase* policy_cache,
+ const std::string& device_management_url);
virtual ~CloudPolicySubsystem();
// Initializes the subsystem. The first network request will only be made

Powered by Google App Engine
This is Rietveld 408576698