| Index: chrome/browser/chrome_content_browser_client.cc
|
| ===================================================================
|
| --- chrome/browser/chrome_content_browser_client.cc (revision 178588)
|
| +++ chrome/browser/chrome_content_browser_client.cc (working copy)
|
| @@ -1481,7 +1481,8 @@
|
| }
|
|
|
| bool ChromeContentBrowserClient::IsFastShutdownPossible() {
|
| - return true;
|
| + const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
|
| + return !browser_command_line.HasSwitch(switches::kChromeFrame);
|
| }
|
|
|
| void ChromeContentBrowserClient::OverrideWebkitPrefs(
|
|
|