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: chromeos/ime/input_method_descriptor.h

Issue 608183002: Move all white-listed input method indicator text from InputMethodUtil to manifests of IME extensio… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: revised per comments. Created 6 years, 3 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: chromeos/ime/input_method_descriptor.h
diff --git a/chromeos/ime/input_method_descriptor.h b/chromeos/ime/input_method_descriptor.h
index ab7cfb4ffb9f372f4290dabab7e8aaa0723f1954..e11b0ebac0f8117040d96ce5b0cb5ee89476218f 100644
--- a/chromeos/ime/input_method_descriptor.h
+++ b/chromeos/ime/input_method_descriptor.h
@@ -47,6 +47,9 @@ class CHROMEOS_EXPORT InputMethodDescriptor {
// Returns preferred keyboard layout.
std::string GetPreferredKeyboardLayout() const;
+ // Returns the indicator text of this input method.
+ std::string GetIndicator() const;
+
private:
// An ID that identifies an input method engine (e.g., "t:latn-post",
// "pinyin", "hangul").

Powered by Google App Engine
This is Rietveld 408576698