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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2822503002: leveldb::MojoEnv should not inherit from ChromiumEnv. (Closed)
Patch Set: don't have environment name Created 3 years, 8 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:
Download patch
« no previous file with comments | « content/browser/dom_storage/local_storage_context_mojo.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index c867b90c99b1397d92be28ec3d1e64489fa3d7b9..80cc97acfdd1ab99192524f8d24d49b639840cf3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -119798,7 +119798,6 @@ from previous Chrome versions.
label="ChromiumWritableFile::SyncParent"/>
<affected-histogram name="LevelDBEnv.IDB.IOError.BFE"/>
<affected-histogram name="LevelDBEnv.IOError.BFE"/>
- <affected-histogram name="LevelDBEnv.LocalStorage.IOError.BFE"/>
<affected-histogram name="LevelDBEnv.ServiceWorker.IOError.BFE"/>
<affected-histogram name="WebCore.IndexedDB.LevelDBOpenErrors.BFE"/>
<affected-histogram name="WebCore.IndexedDB.LevelDBReadErrors.BFE"/>
@@ -119826,7 +119825,6 @@ from previous Chrome versions.
label="This histogram shows the limit when open failed for reasons
other than exceeding the limit."/>
<affected-histogram name="LevelDBEnv.IDB.MaxFDs"/>
- <affected-histogram name="LevelDBEnv.LocalStorage.MaxFDs"/>
<affected-histogram name="LevelDBEnv.MaxFDs"/>
<affected-histogram name="LevelDBEnv.ServiceWorker.MaxFDs"/>
</histogram_suffixes>
@@ -119848,8 +119846,6 @@ from previous Chrome versions.
<suffix name="CreateDir" label="CreateDir"/>
<affected-histogram name="LevelDBEnv.IDB.RetryRecoveredFromErrorIn"/>
<affected-histogram name="LevelDBEnv.IDB.TimeUntilSuccessFor"/>
- <affected-histogram name="LevelDBEnv.LocalStorage.RetryRecoveredFromErrorIn"/>
- <affected-histogram name="LevelDBEnv.LocalStorage.TimeUntilSuccessFor"/>
Ilya Sherman 2017/04/13 21:03:03 Should these histograms be marked as <obsolete> in
<affected-histogram name="LevelDBEnv.RetryRecoveredFromErrorIn"/>
<affected-histogram
name="LevelDBEnv.ServiceWorker.RetryRecoveredFromErrorIn"/>
@@ -119869,8 +119865,6 @@ from previous Chrome versions.
<histogram_suffixes name="LevelDBEnvTypes" separator="." ordering="prefix">
<suffix name="IDB" label="Restricted to IndexedDB LevelDB environments"/>
- <suffix name="LocalStorage"
- label="Restricted to LocalStorage LevelDB environments"/>
Ilya Sherman 2017/04/13 21:03:03 Please mark this suffix as obsolete rather than re
<suffix name="ServiceWorker"
label="Restricted to ServiceWorker LevelDB environments"/>
<affected-histogram name="LevelDBEnv.IOError"/>
« no previous file with comments | « content/browser/dom_storage/local_storage_context_mojo.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698