Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2476)

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 12045067: Revert 177293 (Closed) Base URL: svn://svn.chromium.org/chrome/branches/1312/src/
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/ui/views/external_tab_container_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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(
« no previous file with comments | « no previous file | chrome/browser/ui/views/external_tab_container_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698