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

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

Issue 10831302: Download resumption - Preliminary (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fixed content unit tests. Created 8 years, 2 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 d82c9b271a1a27b86c17f050f73179a717b9212c..646d2b265e0df70306f0da1cacf00b3cad90d8c5 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -261,6 +261,9 @@ const char kEnableCssShaders[] = "enable-css-shaders";
// Enables device motion events.
const char kEnableDeviceMotion[] = "enable-device-motion";
+// Enables restarting interrupted downloads.
+const char kEnableDownloadResumption[] = "enable-download-resumption";
+
// Enables support for encrypted media. Current implementation is
// incomplete and this flag is used for development and testing.
const char kEnableEncryptedMedia[] = "enable-encrypted-media";

Powered by Google App Engine
This is Rietveld 408576698