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

Unified Diff: ppapi/c/pp_errors.h

Issue 6253017: Pepper/Flapper: First pass at context menu implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: oops Created 9 years, 11 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/c/pp_errors.h
diff --git a/ppapi/c/pp_errors.h b/ppapi/c/pp_errors.h
index 2d07e90a73bd6d66c5678c6fd7a3512b0496a38a..0138f2f8f363f53d1f6b3eca9e999d096c09f2d7 100644
--- a/ppapi/c/pp_errors.h
+++ b/ppapi/c/pp_errors.h
@@ -75,7 +75,10 @@ enum {
PP_ERROR_FILECHANGED = -23,
/** Indicates failure due to a time limit being exceeded. */
- PP_ERROR_TIMEDOUT = -30
+ PP_ERROR_TIMEDOUT = -30,
+
+ /** Indicates that the user cancelled rather providing expected input. */
+ PP_ERROR_USERCANCEL = -40
};
/**
@@ -84,4 +87,3 @@ enum {
*/
#endif /* PPAPI_C_PP_ERRORS_H_ */
-

Powered by Google App Engine
This is Rietveld 408576698