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

Unified Diff: chrome_frame/simple_resource_loader.h

Issue 4139010: The UI language rather than the locale is now used to pick Chrome's language ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 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 | « chrome/installer/util/prebuild/create_string_rc.py ('k') | chrome_frame/simple_resource_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/simple_resource_loader.h
===================================================================
--- chrome_frame/simple_resource_loader.h (revision 66182)
+++ chrome_frame/simple_resource_loader.h (working copy)
@@ -40,16 +40,6 @@
// |language_tags|.
static void GetPreferredLanguages(std::vector<std::wstring>* language_tags);
- // Retrieves the thread/process/user/system preferred languages on Vista+,
- // adding them and their fallbacks to |language_tags|. Returns |false| if the
- // platform does not support such (i.e., XP).
- static bool GetThreadPreferredUILanguages(
- std::vector<std::wstring>* language_tags);
-
- // Retrieves the system language and the region using ICU (used on XP).
- static void GetICUSystemLanguage(std::wstring* language,
- std::wstring* region);
-
// Populates |locales_path| with the path to the "Locales" directory.
static void DetermineLocalesDirectory(FilePath* locales_path);
« no previous file with comments | « chrome/installer/util/prebuild/create_string_rc.py ('k') | chrome_frame/simple_resource_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698