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

Unified Diff: ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.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: ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc
diff --git a/ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc b/ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc
index 417a63b7b75e673ca5aa1a6d0d02ce3272eefc79..10341a16a45d99c2cc4c67322bcd8e9bd785ab97 100644
--- a/ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc
+++ b/ash/common/system/chromeos/virtual_keyboard/virtual_keyboard_tray.cc
@@ -97,6 +97,8 @@ void VirtualKeyboardTray::OnKeyboardBoundsChanging(
SetDrawBackgroundAsActive(!new_bounds.IsEmpty());
}
+void VirtualKeyboardTray::OnKeyboardHidden() {}
+
void VirtualKeyboardTray::SetIconBorderForShelfAlignment() {
// Every time shelf alignment is updated, StatusAreaWidgetDelegate resets the
// border to a non-null border. So, we need to remove it.

Powered by Google App Engine
This is Rietveld 408576698