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

Unified Diff: ash/common/keyboard/keyboard_ui.cc

Issue 2804953005: Remove unused KeyboardUI::Show (Closed)
Patch Set: Created 3 years, 8 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 | « ash/common/keyboard/keyboard_ui.h ('k') | ash/mus/keyboard_ui_mus.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/keyboard/keyboard_ui.cc
diff --git a/ash/common/keyboard/keyboard_ui.cc b/ash/common/keyboard/keyboard_ui.cc
index b5f8a5596f177c5d674ed46cedce26fd11213555..aaada086f26f1da8481a8c9a4cd870e9915204f4 100644
--- a/ash/common/keyboard/keyboard_ui.cc
+++ b/ash/common/keyboard/keyboard_ui.cc
@@ -27,10 +27,6 @@ class KeyboardUIImpl : public KeyboardUI, public AccessibilityObserver {
WmShell::Get()->system_tray_notifier()->RemoveAccessibilityObserver(this);
}
- // KeyboardUI:
- void Show() override {
- keyboard::KeyboardController::GetInstance()->ShowKeyboard(true);
- }
void ShowInDisplay(const int64_t display_id) override {
keyboard::KeyboardController::GetInstance()->ShowKeyboardInDisplay(
display_id);
« no previous file with comments | « ash/common/keyboard/keyboard_ui.h ('k') | ash/mus/keyboard_ui_mus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698