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

Unified Diff: chrome/browser/chromeos/input_method/input_method_util.h

Issue 14200032: Decouple l10n_util from InputMethodUtil. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: /MockInputMethodDelegate/FakeInputMethodDelegate/ Created 7 years, 8 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/chromeos/input_method/input_method_util.h
diff --git a/chrome/browser/chromeos/input_method/input_method_util.h b/chrome/browser/chromeos/input_method/input_method_util.h
index 7a13a7e35f4abca003ccf0dce75a4991b4c06219..cb03e5fe0a9507709a4e2da1024a8e6b44631569 100644
--- a/chrome/browser/chromeos/input_method/input_method_util.h
+++ b/chrome/browser/chromeos/input_method/input_method_util.h
@@ -103,21 +103,6 @@ class InputMethodUtil {
// Returns true if the given input method id is for a keyboard layout.
static bool IsKeyboardLayout(const std::string& input_method_id);
- // Converts a language code to a language display name, using the
- // current application locale. MaybeRewriteLanguageName() is called
- // internally.
- // Examples: "fi" => "Finnish"
- // "en-US" => "English (United States)"
- string16 GetLanguageDisplayNameFromCode(
- const std::string& language_code);
-
- // Converts a language code to a language native display name.
- // MaybeRewriteLanguageName() is called internally.
- // Examples: "fi" => "suomi" (rather than Finnish)
- // "en-US" => "English (United States)"
- static string16 GetLanguageNativeDisplayNameFromCode(
- const std::string& language_code);
-
// Returns extra language code list associated with |input_method_id|. If
// there is no associated langauge code, this function returns empty list.
std::vector<std::string> GetExtraLanguageCodesFromId(

Powered by Google App Engine
This is Rietveld 408576698