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

Unified Diff: components/arc/ime/arc_ime_service.cc

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: components/arc/ime/arc_ime_service.cc
diff --git a/components/arc/ime/arc_ime_service.cc b/components/arc/ime/arc_ime_service.cc
index a55df941ce0fe3239a0242b31c21eaacb1f57c8b..884739b155548aae30a9b1e7f7c88a832240deaa 100644
--- a/components/arc/ime/arc_ime_service.cc
+++ b/components/arc/ime/arc_ime_service.cc
@@ -179,6 +179,8 @@ void ArcImeService::OnKeyboardBoundsChanging(const gfx::Rect& new_bounds) {
ime_bridge_->SendOnKeyboardBoundsChanging(bounds_in_px);
}
+void ArcImeService::OnKeyboardHidden() {}
+
////////////////////////////////////////////////////////////////////////////////
// Overridden from ui::TextInputClient:

Powered by Google App Engine
This is Rietveld 408576698