| Index: third_party/leveldatabase/env_chromium.h
|
| diff --git a/third_party/leveldatabase/env_chromium.h b/third_party/leveldatabase/env_chromium.h
|
| index e84fad78285c28f1cc56ce0f16f1682d3e85e09e..b23969c30362e25f54e63a857ed778103f997c4b 100644
|
| --- a/third_party/leveldatabase/env_chromium.h
|
| +++ b/third_party/leveldatabase/env_chromium.h
|
| @@ -66,6 +66,7 @@ ErrorParsingResult ParseMethodAndError(const char* string,
|
| MethodID* method,
|
| int* error);
|
| bool IndicatesDiskFull(leveldb::Status status);
|
| +bool IsIOError(leveldb::Status status);
|
| std::string FilePathToString(const base::FilePath& file_path);
|
|
|
| class UMALogger {
|
|
|