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

Unified Diff: ios/chrome/browser/pref_names.cc

Issue 1471213002: Add additional preferences registration to ApplicationContextImpl. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « ios/chrome/browser/pref_names.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/pref_names.cc
diff --git a/ios/chrome/browser/pref_names.cc b/ios/chrome/browser/pref_names.cc
index 350cee064ddad3de5a327347009f378756c080ba..c25c915dd33185463e1189e19321e06d78bca9b6 100644
--- a/ios/chrome/browser/pref_names.cc
+++ b/ios/chrome/browser/pref_names.cc
@@ -14,6 +14,7 @@ namespace prefs {
const char kAcceptLanguages[] = "intl.accept_languages";
const char kAllowDeletingBrowserHistory[] = "history.deleting_enabled";
+const char kApplicationLocale[] = "intl.app_locale";
const char kBrowserStateInfoCache[] = "profile.info_cache";
const char kBrowserStateLastUsed[] = "profile.last_used";
const char kBrowserStatesLastActive[] = "profile.last_active_profiles";
« no previous file with comments | « ios/chrome/browser/pref_names.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698