| 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..434b256b4d6cef56618056620ad58b6aeb48a03b 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::kEnableStrictImeProcessing))
|
| + command_line->AppendSwitch(switches::kEnableStrictImeProcessing);
|
| }
|
|
|
| void ShellContentBrowserClient::OverrideWebkitPrefs(
|
|
|