| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 92b7dc4ccc2652564ca6fd882fbaff3d7b47d0a7..a62afac5936aed293ea0883893bce7e7ac2edf83 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -951,12 +951,6 @@ const char kRemoteDebuggingSocketName[] = "remote-debugging-socket-name";
|
| // Block ChildProcessMain thread of the renderer's ChildProcessService until a
|
| // Java debugger is attached.
|
| const char kRendererWaitForJavaDebugger[] = "renderer-wait-for-java-debugger";
|
| -
|
| -// Use IME's own thread instead of using main UI thread. It also means that
|
| -// we will not use replica editor and do a round trip to renderer to synchronize
|
| -// with Blink data.
|
| -const char kEnableImeThread[] = "enable-ime-thread";
|
| -const char kDisableImeThread[] = "disable-ime-thread";
|
| #endif
|
|
|
| // Enable the aggressive flushing of DOM Storage to minimize data loss.
|
|
|