| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 4a84e566dceef93a45430e3579d71f0ccde72983..2f26f7e92c868057fa2d686bb6ad47c238471878 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -389,6 +389,10 @@ const char kEnableImageColorProfiles[] = "enable-image-color-profiles";
|
| // builds.
|
| const char kEnableLogging[] = "enable-logging";
|
|
|
| +// Enables the download button on the media document.
|
| +const char kEnableMediaDocumentDownloadButton[] =
|
| + "enable-media-document-download-button";
|
| +
|
| // Enables the memory benchmarking extension
|
| const char kEnableMemoryBenchmarking[] = "enable-memory-benchmarking";
|
|
|
|
|