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

Unified Diff: ui/base/ime/linux/text_edit_command_auralinux.cc

Issue 2085873002: Add test for TextEditCommandAuraLinux::GetCommandString. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@refactor8_unify_text_edit_commands
Patch Set: -- Created 4 years, 6 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 | « ui/base/DEPS ('k') | ui/base/ime/linux/text_edit_command_auralinux_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/linux/text_edit_command_auralinux.cc
diff --git a/ui/base/ime/linux/text_edit_command_auralinux.cc b/ui/base/ime/linux/text_edit_command_auralinux.cc
index 299c1b25da4614c9dfdd89435982db7b634e2e43..8fc3e115440810ef802b0160e51c98f5568a0176 100644
--- a/ui/base/ime/linux/text_edit_command_auralinux.cc
+++ b/ui/base/ime/linux/text_edit_command_auralinux.cc
@@ -120,6 +120,7 @@ std::string TextEditCommandAuraLinux::GetCommandString() const {
case TextEditCommand::UNSELECT:
return "Unselect";
case TextEditCommand::INVALID_COMMAND:
+ case TextEditCommand::NUMBER_OF_COMMANDS:
NOTREACHED();
return std::string();
}
« no previous file with comments | « ui/base/DEPS ('k') | ui/base/ime/linux/text_edit_command_auralinux_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698