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

Unified Diff: chrome/app/chrome_main_delegate.cc

Issue 1278593004: Introduce ThreadedInputConnection behind a switch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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: chrome/app/chrome_main_delegate.cc
diff --git a/chrome/app/chrome_main_delegate.cc b/chrome/app/chrome_main_delegate.cc
index 465bf29e599edbe4ef115628e92a9210362c28c8..cb2f4618b4586ec445e6bf019c9a3bdc9a09a561 100644
--- a/chrome/app/chrome_main_delegate.cc
+++ b/chrome/app/chrome_main_delegate.cc
@@ -333,6 +333,11 @@ void InitializeUserDataDir() {
std::string process_type =
command_line->GetSwitchValueASCII(switches::kProcessType);
+#if defined(OS_ANDROID)
+ // XXX: do not ship with this.
+ command_line->AppendSwitch("use-ime-thread");
+#endif
+
#if defined(OS_LINUX)
// On Linux, Chrome does not support running multiple copies under different
// DISPLAYs, so the profile directory can be specified in the environment to

Powered by Google App Engine
This is Rietveld 408576698