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

Unified Diff: chrome/test/testing_pref_service.cc

Issue 5178005: Rework the device management backend implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 10 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
« no previous file with comments | « chrome/test/test_url_request_context_getter.h ('k') | chrome/test/testing_profile.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/testing_pref_service.cc
diff --git a/chrome/test/testing_pref_service.cc b/chrome/test/testing_pref_service.cc
index aeeb9c77df81e88d037c918b2964957f2223f2c8..f6ca03abd159205d2b2026a46087e96a7209e4e3 100644
--- a/chrome/test/testing_pref_service.cc
+++ b/chrome/test/testing_pref_service.cc
@@ -19,7 +19,7 @@ TestingPrefService::TestingPrefValueStore::TestingPrefValueStore(
PrefStore* default_prefs)
: PrefValueStore(managed_platform_prefs, device_management_prefs,
extension_prefs, command_line_prefs,
- user_prefs, recommended_prefs, default_prefs) {
+ user_prefs, recommended_prefs, default_prefs, NULL) {
}
// TODO(pamg): Instantiate no PrefStores by default. Allow callers to specify
« no previous file with comments | « chrome/test/test_url_request_context_getter.h ('k') | chrome/test/testing_profile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698