Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 35c048593ec6c6ad219634628179f2f78cd8efee..b2deea03db0c41e277a2e66cac2d4b768a468ed9 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -16742,6 +16742,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="FrameLoading.Deferred.StateCountsV1" |
+ enum="FrameStateForDeferredLoading"> |
+ <owner>dgrogan@chromium.org</owner> |
+ <summary> |
+ Why and if subframes would be loaded in a world where we defer loading until |
+ they are visible or are important for cross-origin communication. |
+ </summary> |
+</histogram> |
+ |
<histogram name="GCM.AndroidGcmReceiverError" enum="GcmReceiverStatus"> |
<owner>khushalsagar@chromium.org</owner> |
<obsolete> |
@@ -78148,6 +78157,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<int value="3" label="Allowed navigation, user gesture"/> |
</enum> |
+<enum name="FrameStateForDeferredLoading" type="int"> |
+ <int value="0" label="Created"/> |
+ <int value="1" label="WouldLoadBecauseVisible"/> |
+</enum> |
+ |
<enum name="FtpDataConnectionError" type="int"> |
<int value="0">Data connection successful</int> |
<int value="1">Local firewall blocked the connection</int> |