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

Unified Diff: components/leveldb/env_mojo.h

Issue 2858133002: Add uma stats to help evaluate the impact of changes to the quota allocation logic. (Closed)
Patch Set: macros Created 3 years, 7 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
« no previous file with comments | « no previous file | components/leveldb/env_mojo.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/leveldb/env_mojo.h
diff --git a/components/leveldb/env_mojo.h b/components/leveldb/env_mojo.h
index 569bcfe5ccb9e1eb0238acafa2571c46c229dfa8..ca0f683902e04a892ceec519b32a75fbff47ebb1 100644
--- a/components/leveldb/env_mojo.h
+++ b/components/leveldb/env_mojo.h
@@ -54,6 +54,8 @@ class MojoEnv : public Env, public leveldb_env::UMALogger {
void RecordErrorAt(leveldb_env::MethodID method) const override;
void RecordOSError(leveldb_env::MethodID method,
base::File::Error error) const override;
+ void RecordBytesRead(int amount) const override;
+ void RecordBytesWritten(int amount) const override;
void RecordFileError(leveldb_env::MethodID method,
filesystem::mojom::FileError error) const;
« no previous file with comments | « no previous file | components/leveldb/env_mojo.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698