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

Unified Diff: chrome/browser/prefs/pref_service_unittest.cc

Issue 10409046: Migrate the rest of the "global" prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review comments Created 8 years, 7 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/prefs/pref_service_unittest.cc
diff --git a/chrome/browser/prefs/pref_service_unittest.cc b/chrome/browser/prefs/pref_service_unittest.cc
index a6858850594d0e942eba90afe448fac028b34402..2da8914234036597488097e9c9e24779a473defd 100644
--- a/chrome/browser/prefs/pref_service_unittest.cc
+++ b/chrome/browser/prefs/pref_service_unittest.cc
@@ -368,9 +368,9 @@ class PrefServiceWebKitPrefs : public ChromeRenderViewHostTestHarness {
pref_services->SetUserPref(prefs::kUsesSystemTheme,
Value::CreateBooleanValue(false));
#endif
- pref_services->SetUserPref(prefs::kGlobalDefaultCharset,
+ pref_services->SetUserPref(prefs::kDefaultCharset,
Value::CreateStringValue("utf8"));
- pref_services->SetUserPref(prefs::kWebKitGlobalDefaultFontSize,
+ pref_services->SetUserPref(prefs::kWebKitDefaultFontSize,
Value::CreateIntegerValue(20));
pref_services->SetUserPref(prefs::kWebKitTextAreasAreResizable,
Value::CreateBooleanValue(false));

Powered by Google App Engine
This is Rietveld 408576698