Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 60f301efb0e27b52649771cf18b8f798fddccf53..3ef347e09cc434b113d0988a5042526fd6a58402 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -32648,7 +32648,18 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Settings.JsonDataReadSizeKilobytes" units="KB"> |
+ <owner>gab@chromium.org</owner> |
+ <summary> |
+ The size (in kilobytes) of the JSON settings read from disk on startup. |
+ Suffixed with the name of the corresponding JSON file. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Settings.JsonDataSizeKilobytes" units="KB"> |
+ <obsolete> |
+ Deprecated 02/2015. Replaced by Settings.JsonDataReadSizeKilobytes. |
+ </obsolete> |
<owner>gab@chromium.org</owner> |
<summary> |
The size of the JSON settings content about to be written to disk in |
@@ -62180,6 +62191,7 @@ To add a new entry, add it with any value and run test to compute valid value. |
<suffix name="Local_State" label="Local State file"/> |
<suffix name="Preferences" label="Preferences file"/> |
<suffix name="Secure_Preferences" label="Secure Preferences file"/> |
+ <affected-histogram name="Settings.JsonDataReadSizeKilobytes"/> |
<affected-histogram name="Settings.JsonDataSizeKilobytes"/> |
</histogram_suffixes> |