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

Unified Diff: ui/base/ime/chromeos/mock_input_method_manager.cc

Issue 2891263002: chromeos: Remove some IME methods from ash::SystemTrayDelegate (Closed)
Patch Set: cleanup Created 3 years, 7 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
Index: ui/base/ime/chromeos/mock_input_method_manager.cc
diff --git a/ui/base/ime/chromeos/mock_input_method_manager.cc b/ui/base/ime/chromeos/mock_input_method_manager.cc
index 60af4b6e515375d4123c38d1a514a9bc80ce9476..a28f490ee098993c70e1c5a2aabae56138a1d6ba 100644
--- a/ui/base/ime/chromeos/mock_input_method_manager.cc
+++ b/ui/base/ime/chromeos/mock_input_method_manager.cc
@@ -8,8 +8,14 @@
namespace chromeos {
namespace input_method {
+
MockInputMethodManager::State::State() {}
+scoped_refptr<InputMethodManager::State> MockInputMethodManager::State::Clone()
+ const {
+ return nullptr;
+}
+
void MockInputMethodManager::State::AddInputMethodExtension(
const std::string& extension_id,
const InputMethodDescriptors& descriptors,

Powered by Google App Engine
This is Rietveld 408576698