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

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

Issue 2925683002: Revert of chromeos: Remove some IME methods from ash::SystemTrayDelegate (Closed)
Patch Set: Created 3 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/chromeos/mock_input_method_manager.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a28f490ee098993c70e1c5a2aabae56138a1d6ba..60af4b6e515375d4123c38d1a514a9bc80ce9476 100644
--- a/ui/base/ime/chromeos/mock_input_method_manager.cc
+++ b/ui/base/ime/chromeos/mock_input_method_manager.cc
@@ -8,13 +8,7 @@
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,
« no previous file with comments | « ui/base/ime/chromeos/mock_input_method_manager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698