Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chromeos / ime / input_method_descriptor.h
index ab7cfb4..e11b0eb 100644 (file)
@@ -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").