diff options
author | polina@google.com <polina@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-09 09:34:34 +0000 |
---|---|---|
committer | polina@google.com <polina@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-09 09:34:34 +0000 |
commit | 80bfbb9dc3480dd28908b4bb4a20385a68de8998 (patch) | |
tree | 03d324e12148ed96e61d3aac1a19dac0d6566a42 /ppapi/c/pp_errors.h | |
parent | 30ffb3968da0e9e4312164eb52c4dbf58e9ef1a0 (diff) | |
download | chromium_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.h | 1 |
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, |