| Index: content/shell/browser/shell_content_browser_client.cc | 
| diff --git a/content/shell/browser/shell_content_browser_client.cc b/content/shell/browser/shell_content_browser_client.cc | 
| index 715eafd4696eb7b4c96323e7045685e04560b341..c8379291a956101c8e110a5b6519837679cc6b1d 100644 | 
| --- a/content/shell/browser/shell_content_browser_client.cc | 
| +++ b/content/shell/browser/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( | 
|  |