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

Unified Diff: chrome/browser/ui/ash/chrome_keyboard_ui.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: chrome/browser/ui/ash/chrome_keyboard_ui.cc
diff --git a/chrome/browser/ui/ash/chrome_keyboard_ui.cc b/chrome/browser/ui/ash/chrome_keyboard_ui.cc
index 96b5e66f0b01d2533e2269f60d62944c9b68512d..b703a7045ecae5914f708f8ec5005de5b057a24c 100644
--- a/chrome/browser/ui/ash/chrome_keyboard_ui.cc
+++ b/chrome/browser/ui/ash/chrome_keyboard_ui.cc
@@ -105,6 +105,8 @@ class AshKeyboardControllerObserver
router->BroadcastEvent(std::move(event));
}
+ void OnKeyboardHidden() override {}
+
private:
content::BrowserContext* context_;

Powered by Google App Engine
This is Rietveld 408576698