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

Unified Diff: third_party/leveldatabase/env_chromium.h

Issue 862723002: leveldb: Moved to LevelDBEnv.IOError.BFE histogram entries. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added back in IndexedDBLevelDBPFEMethods, fixed dates, misc. Created 5 years, 9 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: third_party/leveldatabase/env_chromium.h
diff --git a/third_party/leveldatabase/env_chromium.h b/third_party/leveldatabase/env_chromium.h
index 6fb7180f55079bae2f8165e67263ea11efffcbc6..4e813990ffa3f8aa72d2f4cc29eebe902447a5cd 100644
--- a/third_party/leveldatabase/env_chromium.h
+++ b/third_party/leveldatabase/env_chromium.h
@@ -59,7 +59,7 @@ leveldb::Status MakeIOError(leveldb::Slice filename,
enum ErrorParsingResult {
METHOD_ONLY,
- METHOD_AND_PFE,
+ METHOD_AND_BFE,
NONE,
};
@@ -139,6 +139,7 @@ class ChromiumEnv : public leveldb::Env,
virtual void DidSyncDir(const std::string& fname);
std::string name_;
+ std::string uma_ioerror_base_name_;
bool make_backup_;
private:

Powered by Google App Engine
This is Rietveld 408576698