| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index 55de48b7332e19a0744f99bbc9214f770a8894d8..59ec943c2ebdc81a1bfe07f5b0202ed957af20e1 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1504,8 +1504,7 @@ AccessTokenStore* ChromeContentBrowserClient::CreateAccessTokenStore() {
|
| }
|
|
|
| bool ChromeContentBrowserClient::IsFastShutdownPossible() {
|
| - const CommandLine& browser_command_line = *CommandLine::ForCurrentProcess();
|
| - return !browser_command_line.HasSwitch(switches::kChromeFrame);
|
| + return true;
|
| }
|
|
|
| void ChromeContentBrowserClient::OverrideWebkitPrefs(
|
|
|