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

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: Removed CanResumeDownload (unused) and updated comment in RDH::BeginDownload. Created 7 years, 12 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 cf0b4db5a53c025133ba23235bde963e1cc98fc8..e59e48ab1b6cf5dab2132352765b28703845b9e9 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -266,6 +266,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