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

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

Issue 13060003: Extract Extension IME related utility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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 fbcdbc779b661f9e2e529c36a9a89937d5733176..bb9437516ccc4832a445c4ebdd6f0fd1cd7e2521 100644
--- a/chrome/browser/chromeos/input_method/input_method_util.h
+++ b/chrome/browser/chromeos/input_method/input_method_util.h
@@ -128,9 +128,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);
- // Returns true if the given input method id is for an extension input method.
- static bool IsExtensionInputMethod(const std::string& input_method_id);
-
// Converts a language code to a language display name, using the
// current application locale. MaybeRewriteLanguageName() is called
// internally.

Powered by Google App Engine
This is Rietveld 408576698