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

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

Issue 782673002: MacViews: tryjobs for toolkit_views=1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: latest crrev/901823002 Created 5 years, 10 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 0f5ce75686cdb8dfdc8aea00ce6c59bd0e04f0a4..5ee80e4c092e7cc11244ac7414bbcd763f64d4f3 100644
--- a/ui/base/ime/input_method_chromeos_unittest.cc
+++ b/ui/base/ime/input_method_chromeos_unittest.cc
@@ -316,6 +316,9 @@ class InputMethodChromeOSTest : public internal::InputMethodDelegate,
void OnCandidateWindowHidden() override {}
bool IsEditingCommandEnabled(int command_id) override { return false; }
void ExecuteEditingCommand(int command_id) override {}
+ bool HandleAsKeyEventOnly(const ui::KeyEvent& key_event) override {
+ return false;
+ }
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