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"; |