Index: content/shell/shell_content_browser_client.cc |
diff --git a/content/shell/shell_content_browser_client.cc b/content/shell/shell_content_browser_client.cc |
index 412f24c5e2713e42951754bed4d0d24ac45aa5a9..2f7247e0be5983c4f6d89cd1011d4a398e0ed74c 100644 |
--- a/content/shell/shell_content_browser_client.cc |
+++ b/content/shell/shell_content_browser_client.cc |
@@ -142,6 +142,9 @@ void ShellContentBrowserClient::AppendExtraCommandLineSwitches( |
CommandLine* command_line, int child_process_id) { |
if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kDumpRenderTree)) |
command_line->AppendSwitch(switches::kDumpRenderTree); |
+ if (CommandLine::ForCurrentProcess()-> |
+ HasSwitch(switches::kEnableOrderedImeProcessing)) |
+ command_line->AppendSwitch(switches::kEnableOrderedImeProcessing); |
} |
void ShellContentBrowserClient::OverrideWebkitPrefs( |