Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(287)

Unified Diff: content/public/common/content_switches.cc

Issue 1780043002: Add download button to MediaDocument on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: moving css to a style element Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/public/common/content_switches.cc
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc
index 5b169ba987df32d90d8d518458d663c99c954398..8cccd1206c8154830d9db9d399b19dfc941560f2 100644
--- a/content/public/common/content_switches.cc
+++ b/content/public/common/content_switches.cc
@@ -392,6 +392,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";

Powered by Google App Engine
This is Rietveld 408576698