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

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

Issue 2962773002: [Tab Metrics] Added TabManager.SessionRestore.SwitchToTab UMA. (Closed)
Patch Set: Fix comments Created 3 years, 6 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 f73b10dbb3381b6725685c9c6344d73bd295928a..f225a244c5dac3d61f6626d405b875a12b8dfc07 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -77597,6 +77597,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="TabManager.SessionRestore.SwitchToTab" enum="TabLoadingState">
+ <owner>fmeawad@chromium.org</owner>
+ <summary>
+ Number of times that a user switches to a tab during a session restore,
Mark P 2017/06/29 18:25:51 I'd rather rephrase this. It's not recording the
shaseley 2017/06/29 19:45:16 Done.
+ broken down by tab loading state.
Mark P 2017/06/29 18:25:51 Please add information about: * When I start Chrom
shaseley 2017/06/29 19:45:16 Done, hopefully the text here is much clearer now.
Mark P 2017/06/29 19:51:30 Much better now, thanks!
+ </summary>
+</histogram>
+
<histogram name="Tabs.CountAtResume" units="tabs">
<owner>lliabraa@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698