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

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

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 | « no previous file | ash/common/keyboard/keyboard_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/keyboard/keyboard_ui.h
diff --git a/ash/common/keyboard/keyboard_ui.h b/ash/common/keyboard/keyboard_ui.h
index b9d7dcfcaa492128474bb7543fc387547155554f..662e690f0d2b506aa98adca061dfa868e6ceae79 100644
--- a/ash/common/keyboard/keyboard_ui.h
+++ b/ash/common/keyboard/keyboard_ui.h
@@ -23,7 +23,6 @@ class ASH_EXPORT KeyboardUI {
static std::unique_ptr<KeyboardUI> Create();
- virtual void Show() = 0;
virtual void ShowInDisplay(const int64_t display_id) = 0;
virtual void Hide() = 0;
« no previous file with comments | « no previous file | ash/common/keyboard/keyboard_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698