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

Unified Diff: ui/base/ime/input_method_initializer.cc

Issue 224723008: [linux/aura] Supports IBus in async mode. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed review comments. Created 6 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
« no previous file with comments | « ui/base/ime/input_method_auralinux.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/ime/input_method_initializer.cc
diff --git a/ui/base/ime/input_method_initializer.cc b/ui/base/ime/input_method_initializer.cc
index 507b51f708cfee030cf6376d291438c082c78405..62c2833678215fbb17ec28ad2d3ec309f5b2ad9f 100644
--- a/ui/base/ime/input_method_initializer.cc
+++ b/ui/base/ime/input_method_initializer.cc
@@ -7,7 +7,7 @@
#if defined(OS_CHROMEOS)
#include "ui/base/ime/chromeos/ime_bridge.h"
#elif defined(USE_AURA) && defined(OS_LINUX) && !defined(USE_OZONE)
-#include "ui/base/ime/input_method_auralinux.h"
+#include "base/logging.h"
#include "ui/base/ime/linux/fake_input_method_context_factory.h"
#endif
@@ -25,8 +25,6 @@ namespace ui {
void InitializeInputMethod() {
#if defined(OS_CHROMEOS)
chromeos::IMEBridge::Initialize();
-#elif defined(USE_AURA) && defined(OS_LINUX) && !defined(USE_OZONE)
- InputMethodAuraLinux::Initialize();
#endif
}
« no previous file with comments | « ui/base/ime/input_method_auralinux.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698