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

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

Issue 7298012: Consolidate data storage and notifications in the cloud policy subsystem (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 9 years, 5 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/testing_cloud_policy_subsystem.h
diff --git a/chrome/browser/policy/testing_cloud_policy_subsystem.h b/chrome/browser/policy/testing_cloud_policy_subsystem.h
index 4976817846cccb03cc2e46df5812f56e93e3e286..fde7cda3e1e98fa2429c076fa8e12b6737d57171 100644
--- a/chrome/browser/policy/testing_cloud_policy_subsystem.h
+++ b/chrome/browser/policy/testing_cloud_policy_subsystem.h
@@ -10,6 +10,7 @@
namespace policy {
+class CloudPolicyDataStore;
class EventLogger;
// A CloudPolicySubsystem for testing: it uses EventLogger to issue delayed
@@ -17,7 +18,7 @@ class EventLogger;
class TestingCloudPolicySubsystem : public CloudPolicySubsystem {
public:
// Takes ownership of |policy_cache|.
- TestingCloudPolicySubsystem(CloudPolicyIdentityStrategy* identity_strategy,
+ TestingCloudPolicySubsystem(CloudPolicyDataStore* data,
CloudPolicyCacheBase* policy_cache,
const std::string& device_management_url,
EventLogger* logger);
« no previous file with comments | « chrome/browser/policy/logging_work_scheduler.cc ('k') | chrome/browser/policy/testing_cloud_policy_subsystem.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698