Index: third_party/WebKit/Source/platform/FileChooser.h |
diff --git a/third_party/WebKit/Source/platform/FileChooser.h b/third_party/WebKit/Source/platform/FileChooser.h |
index 0648d18fbe3fd4e37d36470d707c2f05526fcde8..f3f65d6992a72bdb868d1a9ab2c38f3a174221b9 100644 |
--- a/third_party/WebKit/Source/platform/FileChooser.h |
+++ b/third_party/WebKit/Source/platform/FileChooser.h |
@@ -66,7 +66,7 @@ struct FileChooserSettings { |
Vector<String> accept_mime_types; |
Vector<String> accept_file_extensions; |
Vector<String> selected_files; |
- bool use_media_capture; |
+ String capture; |
// Returns a combined vector of acceptMIMETypes and acceptFileExtensions. |
Vector<String> PLATFORM_EXPORT AcceptTypes() const; |