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

Unified Diff: ppapi/cpp/trusted/file_chooser_trusted.h

Issue 10414085: Modified the pepper file chooser API to support filtering files by extensions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 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
« no previous file with comments | « ppapi/cpp/dev/file_chooser_dev.cc ('k') | ppapi/cpp/trusted/file_chooser_trusted.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/trusted/file_chooser_trusted.h
diff --git a/ppapi/cpp/trusted/file_chooser_trusted.h b/ppapi/cpp/trusted/file_chooser_trusted.h
index 6b3c1c1054a8c4dfb9740554a9889ad0e47458aa..cdb70b0be68dec4f9ca95b87c2de8eee38779330 100644
--- a/ppapi/cpp/trusted/file_chooser_trusted.h
+++ b/ppapi/cpp/trusted/file_chooser_trusted.h
@@ -18,7 +18,7 @@ class FileChooser_Trusted : public FileChooser_Dev {
FileChooser_Trusted(const InstanceHandle& instance,
PP_FileChooserMode_Dev mode,
- const Var& accept_mime_types,
+ const Var& accept_types,
bool save_as,
const std::string& suggested_file_name);
« no previous file with comments | « ppapi/cpp/dev/file_chooser_dev.cc ('k') | ppapi/cpp/trusted/file_chooser_trusted.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698