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

Unified Diff: chrome/common/chrome_switches.cc

Issue 9570017: Defer shutting down Chrome after the CF automation connection goes away. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing grt's latest nit. Created 8 years, 10 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
Index: chrome/common/chrome_switches.cc
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index 4b2846b82f78cf8ae2a4685322e68efcc44a496b..616fbe9f969a1efbb1bb616ccd557d0f4d568bcf 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -135,6 +135,10 @@ const char kCheckForUpdateIntervalSec[] = "check-for-update-interval";
const char kCheckCloudPrintConnectorPolicy[] =
"check-cloud-print-connector-policy";
+// Tells Chrome to delay shutdown (for a specified number of seconds) when a
+// Chrome Frame automation channel is closed.
+const char kChromeFrameShutdownDelay[] = "chrome-frame-shutdown-delay";
slightlyoff 2012/03/05 12:35:53 Why is "chrome frame" in the name? Why not just "s
robertshield 2012/03/05 13:33:25 Because this applies only to Chrome Frame. It is u
+
// Tells chrome to load the specified version of chrome.dll on Windows. If this
// version cannot be loaded, Chrome will exit.
const char kChromeVersion[] = "chrome-version";

Powered by Google App Engine
This is Rietveld 408576698