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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1988973002: [Offline pages] Moving disk size related calls to Archive Manager, reorganizing UMA (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@archive-manager
Patch Set: Addressing feedback Created 4 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:
Download patch
« no previous file with comments | « components/offline_pages/offline_page_model.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 1d298733ffeb884c878640b0f0d4f05c494f6148..6f268ee3172200298f160320207402e0895c8bb2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -34400,12 +34400,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="OfflinePages.DeletePage.FreeSpaceMB" units="MB">
<owner>jianli@chromium.org</owner>
<summary>
- The amount of free space available, in megabytes, on the user's device when
- the page is being deleted.
+ The amount of free space available, in megabytes, on the user's device after
+ the page is deleted.
+
+ Note that before M52 this operation was started before delete operation.
</summary>
</histogram>
<histogram name="OfflinePages.DeletePage.FreeSpacePercentage" units="%">
+ <obsolete>
+ Deprecated as of 5/2016. Marginal applicability.
+ </obsolete>
<owner>jianli@chromium.org</owner>
<summary>
The percentage of free space available on the user's device when the page is
@@ -34617,12 +34622,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="OfflinePages.SavePage.FreeSpaceMB" units="MB">
<owner>jianli@chromium.org</owner>
<summary>
- The amount of free space available, in megabytes, on the user's device when
- the page is being saved.
+ The amount of free space available, in megabytes, on the user's device after
+ the page is saved.
+
+ Note that before M52 this operation was started before save operation.
</summary>
</histogram>
<histogram name="OfflinePages.SavePage.FreeSpacePercentage" units="%">
+ <obsolete>
+ Deprecated as of 5/2016. Marginal applicability.
+ </obsolete>
<owner>jianli@chromium.org</owner>
<summary>
The percentage of free space available on the user's device when the page is
@@ -34669,6 +34679,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="OfflinePages.TotalPageSizePercentage" units="%">
+ <obsolete>
+ Deprecated as of 5/2016. Marginal applicability.
+ </obsolete>
<owner>fgorski@chromium.org</owner>
<owner>jianli@chromium.org</owner>
<summary>
« no previous file with comments | « components/offline_pages/offline_page_model.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698