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

Unified Diff: third_party/WebKit/Source/platform/FileChooser.h

Issue 2735633004: HTML Media Capture: update capture attribute to use string. (Closed)
Patch Set: Fix for android webview Created 3 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
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;

Powered by Google App Engine
This is Rietveld 408576698