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

Unified Diff: ui/base/ime/linux/fake_input_method_context_factory.h

Issue 1068093002: Refactoring for InputMethodAuraLinux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Removes unexpected 229 keydown for non-IME users. Created 5 years, 8 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/linux/fake_input_method_context_factory.h
diff --git a/ui/base/ime/linux/fake_input_method_context_factory.h b/ui/base/ime/linux/fake_input_method_context_factory.h
index 111be8f83c13a10d3ae2b4f5fa7a00dba52562b8..a385f320eb28ce51a79927139493db9515964d9c 100644
--- a/ui/base/ime/linux/fake_input_method_context_factory.h
+++ b/ui/base/ime/linux/fake_input_method_context_factory.h
@@ -17,7 +17,8 @@ class FakeInputMethodContextFactory : public LinuxInputMethodContextFactory {
// LinuxInputMethodContextFactory:
scoped_ptr<LinuxInputMethodContext> CreateInputMethodContext(
- LinuxInputMethodContextDelegate* delegate) const override;
+ LinuxInputMethodContextDelegate* delegate,
+ bool is_simple) const override;
private:
DISALLOW_COPY_AND_ASSIGN(FakeInputMethodContextFactory);

Powered by Google App Engine
This is Rietveld 408576698