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

Unified Diff: chrome/browser/chromeos/input_method/input_method_manager_impl.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
Index: chrome/browser/chromeos/input_method/input_method_manager_impl.h
diff --git a/chrome/browser/chromeos/input_method/input_method_manager_impl.h b/chrome/browser/chromeos/input_method/input_method_manager_impl.h
index 46a15012093b60d927088a89f5f02a431c8166a6..2e8fdbc2210b70955d350c050b04828e06fd39a0 100644
--- a/chrome/browser/chromeos/input_method/input_method_manager_impl.h
+++ b/chrome/browser/chromeos/input_method/input_method_manager_impl.h
@@ -175,6 +175,8 @@ class InputMethodManagerImpl : public InputMethodManager,
const std::string& engine_id,
const std::vector<InputMethodManager::MenuItem>& items) override;
void MaybeNotifyImeMenuActivationChanged() override;
+ void OverrideKeyboardUrlRef(const std::string& keyset) override;
+ bool IsEmojiHandwritingVoiceOnImeMenuEnabled() override;
// chromeos::UserAddingScreen:
void OnUserAddingStarted() override;

Powered by Google App Engine
This is Rietveld 408576698