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"; |