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

Unified Diff: chrome/test/base/testing_profile.cc

Issue 18199003: Allow Chrome OS login profile to have different default pref values (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 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/test/base/testing_profile.cc
diff --git a/chrome/test/base/testing_profile.cc b/chrome/test/base/testing_profile.cc
index 5ee917f316ed767a281e1a4b730c1d745fa90518..145804e01e3c92c95664ff7583d7a9a5f50b144a 100644
--- a/chrome/test/base/testing_profile.cc
+++ b/chrome/test/base/testing_profile.cc
@@ -560,7 +560,7 @@ void TestingProfile::CreateTestingPrefService() {
testing_prefs_ = new TestingPrefServiceSyncable();
prefs_.reset(testing_prefs_);
user_prefs::UserPrefs::Set(this, prefs_.get());
- chrome::RegisterUserPrefs(testing_prefs_->registry());
+ chrome::RegisterUserProfilePrefs(testing_prefs_->registry());
}
void TestingProfile::CreateProfilePolicyConnector() {
« no previous file with comments | « chrome/browser/web_resource/promo_resource_service.cc ('k') | components/autofill/core/browser/autofill_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698