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

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: PPB_Flash: 4 -> 5 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 cec0f01ea7cbc0d25162f0cc4185380f19bb1eea..c08f0a60747b6770a954166c8029cc4a77054d5c 100644
--- a/ppapi/c/pp_errors.h
+++ b/ppapi/c/pp_errors.h
@@ -74,7 +74,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
};
/**
@@ -83,4 +86,3 @@ enum {
*/
#endif /* PPAPI_C_PP_ERRORS_H_ */
-

Powered by Google App Engine
This is Rietveld 408576698