| 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
|
|
|