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

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

Issue 2385773003: Add UMA to measure feasibility of making unique names immutable (Closed)
Patch Set: comments + uma xml Created 4 years, 2 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 437b6c9db34da97dee857329f3718905cac176ac..31ff506008d4745c2e309260bf54042a14b404b1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -55751,6 +55751,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</details>
</histogram>
+<histogram name="SessionRestore.SubFrameUniqueNameChangedBeforeFirstCommit"
+ enum="BooleanSuccess">
Ilya Sherman 2016/10/05 22:44:35 Please provide an enum that's more specifically re
dcheng 2016/10/05 22:48:44 Is there no generic boolean enum type? That's real
Ilya Sherman 2016/10/06 19:08:30 I agree that the name says a lot, but it's still e
+ <owner>dcheng@chromium.org</owner>
+ <summary>
+ How often a subframe is assigned a new name between the initial empty
+ document and the first navigation.
+ </summary>
+</histogram>
+
<histogram name="SessionRestore.TabActions" enum="SessionRestoreTabActions">
<owner>chrisha@chromium.org</owner>
<summary>
« content/renderer/render_frame_impl.cc ('K') | « content/renderer/render_frame_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698