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

Unified Diff: ui/keyboard/keyboard_controller.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
« no previous file with comments | « ui/base/ime/chromeos/input_method_manager.h ('k') | ui/keyboard/keyboard_controller_observer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/keyboard/keyboard_controller.cc
diff --git a/ui/keyboard/keyboard_controller.cc b/ui/keyboard/keyboard_controller.cc
index e3243c3d2d2a36b789b03e9d2b840c34cd5ed50d..35eea5870490d70beccd277fa9b5cec0f0903861 100644
--- a/ui/keyboard/keyboard_controller.cc
+++ b/ui/keyboard/keyboard_controller.cc
@@ -488,6 +488,8 @@ void KeyboardController::ShowAnimationFinished() {
void KeyboardController::HideAnimationFinished() {
ui_->HideKeyboardContainer(container_.get());
+ FOR_EACH_OBSERVER(KeyboardControllerObserver, observer_list_,
+ OnKeyboardHidden());
}
} // namespace keyboard
« no previous file with comments | « ui/base/ime/chromeos/input_method_manager.h ('k') | ui/keyboard/keyboard_controller_observer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698