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

Unified Diff: ui/base/ime/input_method_factory.h

Issue 1177503003: Remove the 2-level input method system & InputMethodBridge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reverted changes for MockInputMethod. Created 5 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
Index: ui/base/ime/input_method_factory.h
diff --git a/ui/base/ime/input_method_factory.h b/ui/base/ime/input_method_factory.h
index d3a6e2568253bff3542dc61f690b7adfadbb1f32..30132cb66f6d1a1e1007f11cd492602ef1f17fb3 100644
--- a/ui/base/ime/input_method_factory.h
+++ b/ui/base/ime/input_method_factory.h
@@ -26,6 +26,7 @@ UI_BASE_IME_EXPORT scoped_ptr<InputMethod> CreateInputMethod(
// Makes CreateInputMethod return a MockInputMethod.
UI_BASE_IME_EXPORT void SetUpInputMethodFactoryForTesting();
+UI_BASE_IME_EXPORT void SetUpInputMethodForTesting(InputMethod* input_method);
} // namespace ui;

Powered by Google App Engine
This is Rietveld 408576698