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

Unified Diff: chrome/common/chrome_switches.cc

Issue 14030003: Remove Chrome Frame's delay shutdown field trial. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove additional cruft. Created 7 years, 8 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 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";

Powered by Google App Engine
This is Rietveld 408576698