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

Unified Diff: ash/mus/keyboard_ui_mus.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/mus/keyboard_ui_mus.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/mus/keyboard_ui_mus.cc
diff --git a/ash/mus/keyboard_ui_mus.cc b/ash/mus/keyboard_ui_mus.cc
index 244a33a787ad195489ebd48b32d89eb8383a0e73..e342edeec1cac280d97cdd9b6dd6a7dcb402b4ec 100644
--- a/ash/mus/keyboard_ui_mus.cc
+++ b/ash/mus/keyboard_ui_mus.cc
@@ -29,11 +29,6 @@ void KeyboardUIMus::Hide() {
keyboard_->Hide();
}
-void KeyboardUIMus::Show() {
- if (keyboard_)
- keyboard_->Show();
-}
-
void KeyboardUIMus::ShowInDisplay(const int64_t display_id) {
// TODO(yhanada): Send display id after adding a display_id argument to
// |Keyboard::Show()| in keyboard.mojom. See crbug.com/585253.
« no previous file with comments | « ash/mus/keyboard_ui_mus.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698