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

Unified Diff: chrome/common/chrome_switches.cc

Issue 3127008: Preliminary work on resuming downloads whose connections have expired.
Patch Set: Waiting to send download automation error message until after other downloads are canceled. Created 10 years, 3 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 1db5e902bd0b1e7c8c738375dd856dead8c53861..61ce67a5e3d6c32bffe654f90cf167dc1df879e7 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -402,6 +402,9 @@ const char kEnableDeviceMotion[] = "enable-device-motion";
const char kEnableDNSSECCerts[] = "enable-dnssec-certs";
+// Enables restarting interrupted downloads.
+const char kEnableDownloadRestarts[] = "enable-download-restarts";
+
// Enables extension APIs that are in development.
const char kEnableExperimentalExtensionApis[] =
"enable-experimental-extension-apis";

Powered by Google App Engine
This is Rietveld 408576698