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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 58053002: Add UMA histogram for suppressed dialogs on prerender swap. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « chrome/browser/prerender/prerender_manager.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 56cefde47c04a6f1252816e5f745b87e3031a35d..5371dae95fa63f03efbe8b8ea26c0ec5c4aa5f15 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -13734,6 +13734,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Prerender.TabContentsDeleterSuppressedDialog">
Alexei Svitkine (slow) 2013/11/04 18:47:58 Please add a BooleanSuppressed enum and specify it
davidben 2013/11/04 19:07:30 Done. Also added an enum for TabContentsDeleterTim
+ <summary>
+ A boolean that indicates how often we suppress a dialog from a tab when
+ swapping it with a prerender.
+ </summary>
+</histogram>
+
<histogram name="Prerender.TabContentsDeleterTimeout">
<summary>
A boolean that indicates how often we fail to delete an old prerendered tab
« no previous file with comments | « chrome/browser/prerender/prerender_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698