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

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

Issue 1177503003: Remove the 2-level input method system & InputMethodBridge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: makes trybots green. 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/mock_input_method.h
diff --git a/ui/base/ime/mock_input_method.h b/ui/base/ime/mock_input_method.h
index 305a80f8e108fcc2ef4395b12881186b47face4d..d91757caf3293927984809858e0c5f5e7beeb188 100644
--- a/ui/base/ime/mock_input_method.h
+++ b/ui/base/ime/mock_input_method.h
@@ -57,6 +57,7 @@ class UI_BASE_IME_EXPORT MockInputMethod
private:
TextInputClient* text_input_client_;
base::ObserverList<InputMethodObserver> observer_list_;
+ internal::InputMethodDelegate* delegate_;
yukawa 2015/06/11 21:48:42 Can we split changes in mock_input_method.{h, cc}
Shu Chen 2015/06/12 03:34:38 I recall this is to fix some test failures. MockIn
yukawa 2015/06/12 05:20:45 Would it be possible to commit changes in mock_inp
Shu Chen 2015/06/12 05:32:54 No problem. I've reverted the changes for MockInpu
DISALLOW_COPY_AND_ASSIGN(MockInputMethod);
};

Powered by Google App Engine
This is Rietveld 408576698