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

Unified Diff: third_party/WebKit/public/web/WebRuntimeFeatures.h

Issue 1780043002: Add download button to MediaDocument on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 8 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
« no previous file with comments | « third_party/WebKit/public/platform/WebLocalizedString.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/web/WebRuntimeFeatures.h
diff --git a/third_party/WebKit/public/web/WebRuntimeFeatures.h b/third_party/WebKit/public/web/WebRuntimeFeatures.h
index 19cebfa4d3e9721f1ee65b0ba7c5659d9686e310..b7c0094f3ffc2e636f4839784c408c161fa31956 100644
--- a/third_party/WebKit/public/web/WebRuntimeFeatures.h
+++ b/third_party/WebKit/public/web/WebRuntimeFeatures.h
@@ -79,6 +79,7 @@ public:
BLINK_EXPORT static void enableFileSystem(bool);
BLINK_EXPORT static void enableImageColorProfiles(bool);
BLINK_EXPORT static void enableMediaCapture(bool);
+ BLINK_EXPORT static void enableMediaDocumentDownloadButton(bool);
BLINK_EXPORT static void enableNavigatorContentUtils(bool);
BLINK_EXPORT static void enableNetworkInformation(bool);
BLINK_EXPORT static void enableNewMediaPlaybackUi(bool);
« no previous file with comments | « third_party/WebKit/public/platform/WebLocalizedString.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698