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

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

Issue 2122873002: Add virtualKeyboardPrivate.onKeyboardClosed API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix test error. 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 | « components/arc/ime/arc_ime_service.h ('k') | extensions/browser/extension_event_histogram_value.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..e6767ac9b427e95f4231b25c04f4e1737091cea2 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::OnKeyboardClosed() {}
+
////////////////////////////////////////////////////////////////////////////////
// Overridden from ui::TextInputClient:
« no previous file with comments | « components/arc/ime/arc_ime_service.h ('k') | extensions/browser/extension_event_histogram_value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698