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_; |