Index: chrome/common/chrome_switches.cc |
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
index 542202ff65c1954eb30b381093aa7485e6093d42..e81ab7854767042462351852ed87c1ac70bf682f 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"; |
+ |
// 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"; |