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

Unified Diff: ui/views/ime/mock_input_method.cc

Issue 23245012: Fix Views Combobox and Tree View text input. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address nit. Created 7 years, 4 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/views/ime/mock_input_method.h ('k') | ui/views/widget/desktop_aura/desktop_native_widget_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/ime/mock_input_method.cc
diff --git a/ui/views/ime/mock_input_method.cc b/ui/views/ime/mock_input_method.cc
index e48af72b76cd3dcd590827da0b6acbc45c433998..6b391934001848df470fe3cc58b19bf2f622dc51 100644
--- a/ui/views/ime/mock_input_method.cc
+++ b/ui/views/ime/mock_input_method.cc
@@ -9,7 +9,6 @@
#include "ui/base/events/event.h"
#include "ui/base/ime/text_input_client.h"
#include "ui/base/keycodes/keyboard_codes.h"
-#include "ui/views/widget/widget.h"
namespace views {
@@ -47,10 +46,6 @@ void MockInputMethod::Init(Widget* widget) {
InputMethodBase::Init(widget);
}
-void MockInputMethod::OnFocus() {}
-
-void MockInputMethod::OnBlur() {}
-
bool MockInputMethod::OnUntranslatedIMEMessage(
const base::NativeEvent& event,
NativeEventResult* result) {
« no previous file with comments | « ui/views/ime/mock_input_method.h ('k') | ui/views/widget/desktop_aura/desktop_native_widget_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698