summaryrefslogtreecommitdiffstats
path: root/ppapi/c/pp_errors.h
diff options
context:
space:
mode:
authorpolina@google.com <polina@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-09 09:34:34 +0000
committerpolina@google.com <polina@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2011-07-09 09:34:34 +0000
commit80bfbb9dc3480dd28908b4bb4a20385a68de8998 (patch)
tree03d324e12148ed96e61d3aac1a19dac0d6566a42 /ppapi/c/pp_errors.h
parent30ffb3968da0e9e4312164eb52c4dbf58e9ef1a0 (diff)
downloadchromium_src-80bfbb9dc3480dd28908b4bb4a20385a68de8998.zip
chromium_src-80bfbb9dc3480dd28908b4bb4a20385a68de8998.tar.gz
chromium_src-80bfbb9dc3480dd28908b4bb4a20385a68de8998.tar.bz2
PPAPI: Remove deprecated PP_ERROR_WOULDBLOCK and PP_Error_WouldBlock.
Note: left idl files untouched to avoid conflicts. BUG=none TEST=compiles Review URL: http://codereview.chromium.org/7253029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91953 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/pp_errors.h')
-rw-r--r--ppapi/c/pp_errors.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ppapi/c/pp_errors.h b/ppapi/c/pp_errors.h
index a029e16..4a7b3e3 100644
--- a/ppapi/c/pp_errors.h
+++ b/ppapi/c/pp_errors.h
@@ -34,7 +34,6 @@ enum {
* available.
*/
PP_OK_COMPLETIONPENDING = -1,
- PP_ERROR_WOULDBLOCK = -1, /* DEPRECATED: DO NOT USE */
/** This value indicates failure for unspecified reasons. */
PP_ERROR_FAILED = -2,