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

Unified Diff: Source/platform/FileChooser.h

Issue 358923002: Move ENABLE_MEDIA_CAPTURE to a runtime flag (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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 | « Source/core/html/forms/FileInputType.cpp ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/FileChooser.h
diff --git a/Source/platform/FileChooser.h b/Source/platform/FileChooser.h
index a9673d6e05a721999dfe44f9d16a5deb7609c907..937e99a9b68e8be5166369a8af1640ffe9883e89 100644
--- a/Source/platform/FileChooser.h
+++ b/Source/platform/FileChooser.h
@@ -56,9 +56,7 @@ struct FileChooserSettings {
Vector<String> acceptMIMETypes;
Vector<String> acceptFileExtensions;
Vector<String> selectedFiles;
-#if ENABLE(MEDIA_CAPTURE)
bool useMediaCapture;
-#endif
// Returns a combined vector of acceptMIMETypes and acceptFileExtensions.
Vector<String> PLATFORM_EXPORT acceptTypes() const;
« no previous file with comments | « Source/core/html/forms/FileInputType.cpp ('k') | Source/web/ChromeClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698