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

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: Created 7 years, 7 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: Source/core/platform/FileChooser.h
diff --git a/Source/core/platform/FileChooser.h b/Source/core/platform/FileChooser.h
index 47b307221c7ab80ae9015b672c9779206ace2909..2f8ee011b52e2ed616ce8bcb2cd7ef1bc89569cf 100644
--- a/Source/core/platform/FileChooser.h
+++ b/Source/core/platform/FileChooser.h
@@ -56,7 +56,7 @@ struct FileChooserSettings {
Vector<String> acceptFileExtensions;
Vector<String> selectedFiles;
#if ENABLE(MEDIA_CAPTURE)
- String capture;
+ bool capture;
#endif
// Returns a combined vector of acceptMIMETypes and acceptFileExtensions.
« Source/core/html/HTMLInputElement.h ('K') | « Source/core/html/HTMLInputElement.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698