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

Unified Diff: chrome/test/testing_pref_service.h

Issue 6312121: Add initial device policy infrastructure. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix race condition and tests. Created 9 years, 11 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
« no previous file with comments | « chrome/test/testing_device_token_fetcher.cc ('k') | chrome/test/testing_pref_service.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/testing_pref_service.h
diff --git a/chrome/test/testing_pref_service.h b/chrome/test/testing_pref_service.h
index 742914528393c7a4372d3073020514b0647243bf..d3f6981b8042514e5baca6349149c6e3f2a2e174 100644
--- a/chrome/test/testing_pref_service.h
+++ b/chrome/test/testing_pref_service.h
@@ -38,7 +38,6 @@ class TestingPrefServiceBase : public PrefService {
protected:
TestingPrefServiceBase(
TestingPrefStore* managed_platform_prefs,
- TestingPrefStore* device_management_prefs,
TestingPrefStore* user_prefs);
private:
@@ -54,7 +53,6 @@ class TestingPrefServiceBase : public PrefService {
// Pointers to the pref stores our value store uses.
scoped_refptr<TestingPrefStore> managed_platform_prefs_;
- scoped_refptr<TestingPrefStore> device_management_prefs_;
scoped_refptr<TestingPrefStore> user_prefs_;
DISALLOW_COPY_AND_ASSIGN(TestingPrefServiceBase);
« no previous file with comments | « chrome/test/testing_device_token_fetcher.cc ('k') | chrome/test/testing_pref_service.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698