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

Unified Diff: ppapi/api/dev/ppb_console_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/pp_video_dev.idl ('k') | ppapi/api/dev/ppb_file_chooser_dev.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/api/dev/ppb_console_dev.idl
diff --git a/ppapi/api/dev/ppb_console_dev.idl b/ppapi/api/dev/ppb_console_dev.idl
index 98481648af71cf4357d416ae7dcba0b79d2a0fef..027d28b93d2899da2fd092e5c07e5c18de563575 100644
--- a/ppapi/api/dev/ppb_console_dev.idl
+++ b/ppapi/api/dev/ppb_console_dev.idl
@@ -14,9 +14,9 @@ label Chrome {
[assert_size(4)]
enum PP_LogLevel_Dev {
PP_LOGLEVEL_TIP = 0,
- PP_LOGLEVEL_LOG,
- PP_LOGLEVEL_WARNING,
- PP_LOGLEVEL_ERROR
+ PP_LOGLEVEL_LOG = 1,
+ PP_LOGLEVEL_WARNING = 2,
+ PP_LOGLEVEL_ERROR = 3
};
interface PPB_Console_Dev {
« no previous file with comments | « ppapi/api/dev/pp_video_dev.idl ('k') | ppapi/api/dev/ppb_file_chooser_dev.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698