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

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

Issue 2122873002: Add virtualKeyboardPrivate.onKeyboardClosed API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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/browser/ui/ash/chrome_keyboard_ui.cc ('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.h
diff --git a/components/arc/ime/arc_ime_service.h b/components/arc/ime/arc_ime_service.h
index b29548c1dfa7109dd90a57c494a828af9564a77a..6b3e57d525c8d0a350c808b1b27fe0df8b3cb191 100644
--- a/components/arc/ime/arc_ime_service.h
+++ b/components/arc/ime/arc_ime_service.h
@@ -70,6 +70,7 @@ class ArcImeService : public ArcService,
// Overridden from keyboard::KeyboardControllerObserver.
void OnKeyboardBoundsChanging(const gfx::Rect& rect) override;
+ void OnKeyboardClosed() override {}
jochen (gone - plz use gerrit) 2016/07/18 11:32:02 please move the implementation to the .cc file her
Azure Wei 2016/09/14 07:09:27 Done.
// Overridden from ui::TextInputClient:
void SetCompositionText(const ui::CompositionText& composition) override;
« no previous file with comments | « chrome/browser/ui/ash/chrome_keyboard_ui.cc ('k') | extensions/browser/extension_event_histogram_value.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698