Chromium Code Reviews| Index: chrome/common/chrome_switches.cc |
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc |
| index d3ec7272ffa19c5727d6d421deda1684c382e135..7edab7f081f98cb569851bcd63539c50c120d915 100644 |
| --- a/chrome/common/chrome_switches.cc |
| +++ b/chrome/common/chrome_switches.cc |
| @@ -151,10 +151,6 @@ const char kCheckCloudPrintConnectorPolicy[] = |
| // as a dependent process of the Chrome Frame plugin. |
| const char kChromeFrame[] = "chrome-frame"; |
| -// 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"; |
|
grt (UTC plus 2)
2013/04/11 18:15:57
please remove this from chrome_frame/chrome_launch
robertshield
2013/04/12 19:49:07
Done.
|
| - |
| // 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"; |