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