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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2212183004: Log to UMA when x-origin frames (1) are created and (2) become visible (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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
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>

Powered by Google App Engine
This is Rietveld 408576698