Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 2e6cfb6d90c76cc3f15a908200ad9ee9e54e7c7a..c4567041e13ff668a165fe047ea04d5aeebf3441 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -13516,6 +13516,18 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
</summary> |
</histogram> |
+<histogram name="Net.MainFrameNoStore" enum="MainFrameStorable"> |
+ <owner>jkarlin@chromium.org</owner> |
+ <summary> |
+ The distribution of storable vs "cache-control: no-store" |
+ main-frame resources. |
+ |
+ Counted after response headers have completed and before the content has |
+ completed. Redirects are counted. All HTTP cache transactions are counted, |
+ not just those that require the network. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Net.MTPR_GetProxyForUrl_Thread_Wait_Time" units="milliseconds"> |
<owner>Please list the metric's owners. Add more owner tags as needed.</owner> |
<summary> |
@@ -38680,6 +38692,11 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<int value="5" label="OTHER_DEVELOPER">Other Dev</int> |
</enum> |
+<enum name="MainFrameStorable" type="int"> |
+ <int value="0" label="Storable"/> |
+ <int value="1" label="cache-control: no-store"/> |
+</enum> |
+ |
<enum name="ManagedUserPasswordChange" type="int"> |
<int value="0" label="OK_MANAGER">Changed in manager session</int> |
<int value="1" label="OK_MANGED">Changed in supervised user session</int> |