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

Unified Diff: Source/core/platform/FileChooser.h

Issue 15015006: HTML Media Capture: Update implementation, part 1. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Minor fix Created 7 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/FileInputType.cpp ('k') | public/web/WebFileChooserParams.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/FileChooser.h
diff --git a/Source/core/platform/FileChooser.h b/Source/core/platform/FileChooser.h
index 47b307221c7ab80ae9015b672c9779206ace2909..c34e30469abe94462bef206337a6130b31424d80 100644
--- a/Source/core/platform/FileChooser.h
+++ b/Source/core/platform/FileChooser.h
@@ -57,6 +57,7 @@ struct FileChooserSettings {
Vector<String> selectedFiles;
#if ENABLE(MEDIA_CAPTURE)
String capture;
+ bool useMediaCapture;
#endif
// Returns a combined vector of acceptMIMETypes and acceptFileExtensions.
« no previous file with comments | « Source/core/html/FileInputType.cpp ('k') | public/web/WebFileChooserParams.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698