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

Unified Diff: chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc

Issue 2615403002: Added extension controlled prefs to TestingPrefService (Closed)
Patch Set: Created 3 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 | « no previous file | chrome/browser/safe_browsing/incident_reporting/platform_state_store_win_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc
diff --git a/chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc b/chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc
index a6828be0ec709db795ae25c4d7b904feed5de00a..03662e8d5e5f3a2cb83ae4c0aa5cf41349914aea 100644
--- a/chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc
+++ b/chrome/browser/chromeos/policy/recommendation_restorer_unittest.cc
@@ -94,6 +94,7 @@ RecommendationRestorerTest::RecommendationRestorerTest()
prefs_(new sync_preferences::TestingPrefServiceSyncable(
new TestingPrefStore,
new TestingPrefStore,
+ new TestingPrefStore,
recommended_prefs_,
new user_prefs::PrefRegistrySyncable,
new PrefNotifierImpl)),
« no previous file with comments | « no previous file | chrome/browser/safe_browsing/incident_reporting/platform_state_store_win_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698