Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 689e39eb3749121d3fb7067ffceaca45eb794366..5dc9fb2a29f8a8586f7b049c1d637885f45e77fa 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -259,6 +259,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"; |