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

Unified Diff: ppapi/api/dev/ppb_file_chooser_dev.idl

Issue 8522002: Add values to all dev Pepper .idl enumerations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/api/dev/ppb_console_dev.idl ('k') | ppapi/c/dev/pp_video_capture_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/dev/ppb_file_chooser_dev.idl
diff --git a/ppapi/api/dev/ppb_file_chooser_dev.idl b/ppapi/api/dev/ppb_file_chooser_dev.idl
index 12afed2da156d0eba45928fc5bf9fea5fa39aae1..8d3556abbc004bfd3a9dcef3a973e076e003a585 100644
--- a/ppapi/api/dev/ppb_file_chooser_dev.idl
+++ b/ppapi/api/dev/ppb_file_chooser_dev.idl
@@ -25,7 +25,7 @@ enum PP_FileChooserMode_Dev {
/**
* Mode for choosing multiple existing files.
*/
- PP_FILECHOOSERMODE_OPENMULTIPLE
+ PP_FILECHOOSERMODE_OPENMULTIPLE = 1
};
interface PPB_FileChooser_Dev {
« no previous file with comments | « ppapi/api/dev/ppb_console_dev.idl ('k') | ppapi/c/dev/pp_video_capture_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698