| 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 ac3795481de557b99add984d69dd2fbe4068b860..2f17484ecc1553d0d02495e5f93b91cd32002627 100644
|
| --- a/content/shell/shell_content_browser_client.cc
|
| +++ b/content/shell/shell_content_browser_client.cc
|
| @@ -144,6 +144,8 @@ void ShellContentBrowserClient::AppendExtraCommandLineSwitches(
|
| if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| switches::kExposeInternalsForTesting))
|
| command_line->AppendSwitch(switches::kExposeInternalsForTesting);
|
| + if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kStableReleaseMode))
|
| + command_line->AppendSwitch(switches::kStableReleaseMode);
|
| }
|
|
|
| void ShellContentBrowserClient::OverrideWebkitPrefs(
|
|
|