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

Unified Diff: ppapi/c/pp_errors.h

Issue 7285010: Implement an input event resource. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 6 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 | « no previous file | ppapi/c/pp_input_event.h » ('j') | ppapi/c/ppb_input_event.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « no previous file | ppapi/c/pp_input_event.h » ('j') | ppapi/c/ppb_input_event.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698