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

Unified Diff: content/public/common/content_switches.cc

Issue 11571025: Initial CL for Downloads resumption. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync'd to r176084. Created 7 years, 11 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: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index aaa236d920df661c4d199205c6cca91cca62a952..4e5abdbebd6cfca2522eb1a01fb1c043a025255d 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -272,6 +272,9 @@ const char kEnableDataChannels[] = "enable-data-channels";
// Enables device motion events.
const char kEnableDeviceMotion[] = "enable-device-motion";
+// Enables restarting interrupted downloads.
+const char kEnableDownloadResumption[] = "enable-download-resumption";
+
// Enables WebKit features that are in development.
const char kEnableExperimentalWebKitFeatures[] =
"enable-experimental-webkit-features";

Powered by Google App Engine
This is Rietveld 408576698