Index: ppapi/c/pp_errors.h |
=================================================================== |
--- ppapi/c/pp_errors.h (revision 90976) |
+++ ppapi/c/pp_errors.h (working copy) |
@@ -72,6 +72,11 @@ |
*/ |
PP_ERROR_INPROGRESS = -11, |
+ /** |
+ * The requested command is not supported by the browser. |
+ */ |
+ PP_ERROR_NOTSUPPORTED = -12, |
+ |
/** This value indicates failure due to a file that does not exist. */ |
PP_ERROR_FILENOTFOUND = -20, |