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

Unified Diff: ui/base/ime/chromeos/input_method_manager.h

Issue 2323823004: Add action for each button on opt-in IME menu. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « chrome/common/chrome_features.cc ('k') | ui/keyboard/keyboard_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/chromeos/input_method_manager.h
diff --git a/ui/base/ime/chromeos/input_method_manager.h b/ui/base/ime/chromeos/input_method_manager.h
index 448fc20cb67ddaef099f27020f6037b58db7e158..f2f0a2f12795d81313acfe545b504d609d9c8270 100644
--- a/ui/base/ime/chromeos/input_method_manager.h
+++ b/ui/base/ime/chromeos/input_method_manager.h
@@ -303,6 +303,15 @@ class UI_BASE_IME_EXPORT InputMethodManager {
// Notify the IME menu activation changed if the current profile's activation
// is different from previous.
virtual void MaybeNotifyImeMenuActivationChanged() = 0;
+
+ // Overrides the keyboard url ref (stuff following '#' to the end of the
+ // string) with the given keyset (emoji, hwt or voice). If |keyset| is empty,
+ // it indicates that we should override the url back with the keyboard keyset.
+ virtual void OverrideKeyboardUrlRef(const std::string& keyset) = 0;
+
+ // Returns whether the extra inputs: emoji, handwriting and voice inputs on
+ // opt-in IME menu has been enabled.
+ virtual bool IsEmojiHandwritingVoiceOnImeMenuEnabled() = 0;
};
} // namespace input_method
« no previous file with comments | « chrome/common/chrome_features.cc ('k') | ui/keyboard/keyboard_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698