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

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

Issue 1615073005: Revert of Makes sure the keyboard typing isn't blocked when InputMethod::OnFocus() is not correctly (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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/mock_input_method.h ('k') | ui/base/ime/ui_base_ime.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/mock_input_method.cc
diff --git a/ui/base/ime/mock_input_method.cc b/ui/base/ime/mock_input_method.cc
index e09e2a84452fb4e42b3602e8b97a203c6d743b78..f2cf8ebc67f5c4a29848e5740006f573c640027d 100644
--- a/ui/base/ime/mock_input_method.cc
+++ b/ui/base/ime/mock_input_method.cc
@@ -5,7 +5,6 @@
#include "ui/base/ime/mock_input_method.h"
#include "ui/base/ime/input_method_delegate.h"
-#include "ui/base/ime/input_method_log_collector.h"
#include "ui/events/event.h"
namespace ui {
@@ -117,8 +116,4 @@
observer_list_.RemoveObserver(observer);
}
-InputMethodLogCollector* MockInputMethod::GetLogCollector() {
- return nullptr;
-}
-
} // namespace ui
« no previous file with comments | « ui/base/ime/mock_input_method.h ('k') | ui/base/ime/ui_base_ime.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698