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

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

Issue 1780043002: Add download button to MediaDocument on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: using flexbox 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.h
diff --git a/content/public/common/content_switches.h b/content/public/common/content_switches.h
index 8fd722ea0f99fd90143e2d35b76fe8630c3d51a1..961e65c3c81977fa4dc39d46d65dbc935b5f6770 100644
--- a/content/public/common/content_switches.h
+++ b/content/public/common/content_switches.h
@@ -121,6 +121,7 @@ CONTENT_EXPORT extern const char kEnableImageColorProfiles[];
CONTENT_EXPORT extern const char kEnableLCDText[];
CONTENT_EXPORT extern const char kEnableLogging[];
extern const char kEnableMemoryBenchmarking[];
+CONTENT_EXPORT extern const char kEnableMediaDocumentDownloadButton[];
CONTENT_EXPORT extern const char kEnableNetworkInformation[];
CONTENT_EXPORT extern const char kEnableNotificationActionIcons[];
CONTENT_EXPORT extern const char kEnablePinch[];

Powered by Google App Engine
This is Rietveld 408576698