| Index: content/public/common/content_switches.cc
|
| diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
|
| index 1dac476d35e878ef2f8f2aa41cf17f43688ec4cd..19953bc21bf0d6a6b252b62a77eafb1ff7b18e8d 100644
|
| --- a/content/public/common/content_switches.cc
|
| +++ b/content/public/common/content_switches.cc
|
| @@ -381,6 +381,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";
|
|
|
|
|