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

Unified Diff: c/pp_errors.h

Issue 2853015: Switch FlushCallback to be a PP_CompletionCallback.... (Closed) Base URL: http://ppapi.googlecode.com/svn/trunk/
Patch Set: '' Created 10 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 | c/ppb_device_context_2d.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: c/pp_errors.h
===================================================================
--- c/pp_errors.h (revision 71)
+++ c/pp_errors.h (working copy)
@@ -42,6 +42,9 @@
// Indicates failure due to insufficient storage quota.
PP_Error_NoQuota = -10,
+
+ // Indicates failure due to an action already being in progress.
+ PP_Error_InProgress = -11,
// Indicates failure due to a file that does not exist.
PP_Error_FileNotFound = -20,
« no previous file with comments | « no previous file | c/ppb_device_context_2d.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698