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

Unified Diff: ui/keyboard/keyboard_controller_observer.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 | « ui/keyboard/keyboard_controller.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/keyboard_controller_observer.h
diff --git a/ui/keyboard/keyboard_controller_observer.h b/ui/keyboard/keyboard_controller_observer.h
index ed80d30141cab7aeed4a038beed4e03dc6a82746..63fa721c1a4023f96d9ed625616e11abc1417802 100644
--- a/ui/keyboard/keyboard_controller_observer.h
+++ b/ui/keyboard/keyboard_controller_observer.h
@@ -24,6 +24,10 @@ class KEYBOARD_EXPORT KeyboardControllerObserver {
// Called when the keyboard was closed.
virtual void OnKeyboardClosed() = 0;
+
+ // Called when the keyboard has been hidden and the hiding animation finished
+ // successfully
+ virtual void OnKeyboardHidden() {}
};
} // namespace keyboard
« no previous file with comments | « ui/keyboard/keyboard_controller.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698