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