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

Unified Diff: ui/base/ime/input_method_chromeos_unittest.cc

Issue 302293003: MacViews: Extend TextInputClient protocol with support for editing commands. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase, fixes for ben Created 6 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/ime/dummy_text_input_client.cc ('k') | ui/base/ime/text_input_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/input_method_chromeos_unittest.cc
diff --git a/ui/base/ime/input_method_chromeos_unittest.cc b/ui/base/ime/input_method_chromeos_unittest.cc
index abd2ac0affa7c68ae4c56b298b0df39640737d39..48c8944364704cdfbc073853304e0a81e7dbc11a 100644
--- a/ui/base/ime/input_method_chromeos_unittest.cc
+++ b/ui/base/ime/input_method_chromeos_unittest.cc
@@ -316,6 +316,10 @@ class InputMethodChromeOSTest : public internal::InputMethodDelegate,
virtual void OnCandidateWindowShown() OVERRIDE {}
virtual void OnCandidateWindowUpdated() OVERRIDE {}
virtual void OnCandidateWindowHidden() OVERRIDE {}
+ virtual bool IsEditingCommandEnabled(int command_id) OVERRIDE {
+ return false;
+ }
+ virtual void ExecuteEditingCommand(int command_id) OVERRIDE {}
bool HasNativeEvent() const {
return dispatched_key_event_.HasNativeEvent();
« no previous file with comments | « ui/base/ime/dummy_text_input_client.cc ('k') | ui/base/ime/text_input_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698