| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 1db5e902bd0b1e7c8c738375dd856dead8c53861..61ce67a5e3d6c32bffe654f90cf167dc1df879e7 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -402,6 +402,9 @@ const char kEnableDeviceMotion[] = "enable-device-motion";
|
|
|
| const char kEnableDNSSECCerts[] = "enable-dnssec-certs";
|
|
|
| +// Enables restarting interrupted downloads.
|
| +const char kEnableDownloadRestarts[] = "enable-download-restarts";
|
| +
|
| // Enables extension APIs that are in development.
|
| const char kEnableExperimentalExtensionApis[] =
|
| "enable-experimental-extension-apis";
|
|
|