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

Unified Diff: content/public/common/file_chooser_params.h

Issue 14758008: Update the HTML Media Capture implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Build fix attempt. Created 7 years, 5 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 | « chrome/browser/file_select_helper.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/file_chooser_params.h
diff --git a/content/public/common/file_chooser_params.h b/content/public/common/file_chooser_params.h
index 7e4f2bd6fcb624aff932674d86025b8bd7770724..455ec42d05e82b5d2fd4651429aebde6d875ad80 100644
--- a/content/public/common/file_chooser_params.h
+++ b/content/public/common/file_chooser_params.h
@@ -47,9 +47,9 @@ struct CONTENT_EXPORT FileChooserParams {
std::vector<string16> accept_types;
#if defined(OS_ANDROID)
- // Used to select items other than files, i.e. camera/mic. See
- // SelectFileDialog.java for more details.
- string16 capture;
+ // See http://www.w3.org/TR/html-media-capture for more information.
+ // If true, the data should be obtained using the device's camera/mic/etc.
+ bool capture;
#endif
};
« no previous file with comments | « chrome/browser/file_select_helper.cc ('k') | content/renderer/render_view_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698