Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index b7786ec809bfc5444b2074a6dd0e55fd19260d21..47036b8d035e052a1c1102d8a9a1c577b7a199e1 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"; |