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

Unified Diff: chrome/browser/profiles/profile_io_data.cc

Issue 10409046: Migrate the rest of the "global" prefs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: style fixes 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/profiles/profile_io_data.cc
diff --git a/chrome/browser/profiles/profile_io_data.cc b/chrome/browser/profiles/profile_io_data.cc
index b137006b02eb46683ae5e30b4236e203887771a4..aa17567dbd099d52972e8a65f6cde07bd1f07369 100644
--- a/chrome/browser/profiles/profile_io_data.cc
+++ b/chrome/browser/profiles/profile_io_data.cc
@@ -171,7 +171,7 @@ void ProfileIOData::InitializeOnUIThread(Profile* profile) {
params->accept_language = net::HttpUtil::GenerateAcceptLanguageHeader(
pref_service->GetString(prefs::kAcceptLanguages));
std::string default_charset =
- pref_service->GetString(prefs::kGlobalDefaultCharset);
+ pref_service->GetString(prefs::kDefaultCharset);
Peter Kasting 2012/05/21 21:37:20 Nit: Will fit on one line
falken 2012/05/22 02:24:21 Done.
params->accept_charset =
net::HttpUtil::GenerateAcceptCharsetHeader(default_charset);

Powered by Google App Engine
This is Rietveld 408576698