DescriptionRemove unused errno parsing for leveldb status codes
When file errors are encountered by the chromium "env" for leveldb,
we encode the failing method and the specific error code into the messages
returned to leveldb so that when leveldb in turn returns the error
to the caller (e.g. Indexed DB) we can update histograms and/or
or emit more specific errors (e.g. disk full vs. i/o error).
This mechanism used to encode either base::File::Error codes (platform
file error) or "errno" codes, depending on which filesystem API was
used. Now that we only use base::File we can drop support for parsing
the "errno" codes.
R=cmumford@chromium.org
Committed: https://crrev.com/ab87bce6b23bf1a0e88245959aac54f92a63f1e6
Cr-Commit-Position: refs/heads/master@{#317397}
Patch Set 1 #
Total comments: 3
Patch Set 2 : FILE_OK -> FILE_ERROR_MAX #
Messages
Total messages: 8 (2 generated)
|