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

Unified Diff: ppapi/generators/test_namespace/foo.idl

Issue 11235016: Change the way we generate versions (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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
Index: ppapi/generators/test_namespace/foo.idl
===================================================================
--- ppapi/generators/test_namespace/foo.idl (revision 163185)
+++ ppapi/generators/test_namespace/foo.idl (working copy)
@@ -15,6 +15,8 @@
/* PPAPI Enum */
enum PP_Bool {
+ /* Decalare False */
sehr 2012/10/22 18:20:09 Declare?
PP_FALSE = 0,
+ /* Decalare True */
sehr 2012/10/22 18:20:09 Ditto.
PP_TRUE = 1
};

Powered by Google App Engine
This is Rietveld 408576698