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

Unified Diff: ppapi/cpp/dev/file_chooser_dev.h

Issue 14419003: PPAPI: Move PPB_DirectoryReader_Dev to stable (won't commit) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fix Created 7 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
« no previous file with comments | « ppapi/cpp/dev/directory_reader_dev.cc ('k') | ppapi/cpp/directory_entry.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/cpp/dev/file_chooser_dev.h
diff --git a/ppapi/cpp/dev/file_chooser_dev.h b/ppapi/cpp/dev/file_chooser_dev.h
index 10b0ba0122c7fc2f71d4ca57fe6df537beba3b16..82b716bb48d3827d146e4f4aad6e58da849140ce 100644
--- a/ppapi/cpp/dev/file_chooser_dev.h
+++ b/ppapi/cpp/dev/file_chooser_dev.h
@@ -33,8 +33,8 @@ class FileChooser_Dev : public Resource {
/// file (PP_FILECHOOSERMODE_OPEN) or multiple files
/// (PP_FILECHOOSERMODE_OPENMULTIPLE). Unlike the HTML5 <input type="file">
/// tag, a PPB_FileChooser_Dev instance cannot be used to select a directory.
- /// In order to get the list of files in a directory, the
- /// PPB_DirectoryReader_Dev interface must be used.
+ /// In order to get the list of files in a directory, the PPB_DirectoryReader
+ /// interface must be used.
///
/// @param accept_types A comma-separated list of MIME types and file
/// extensions such as "audio/ *,text/plain,.html" (note there should be
« no previous file with comments | « ppapi/cpp/dev/directory_reader_dev.cc ('k') | ppapi/cpp/directory_entry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698