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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2962773002: [Tab Metrics] Added TabManager.SessionRestore.SwitchToTab UMA. (Closed)
Patch Set: Created 3 years, 5 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/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index afd63ffe61682c87889f4d8cfab809b486d2f779..204b4927d04d351fdd077e5ded7341deeac1047e 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -35846,6 +35846,12 @@ from previous Chrome versions.
label="Discarded a tab playing audio (included in the previous one)"/>
</enum>
+<enum name="TabLoadingState">
+ <int value="0" label="Tab is not loading"/>
+ <int value="1" label="Tab is loading"/>
+ <int value="2" label="Tab is loaded"/>
+</enum>
+
<enum name="TabRendererCrashStatus">
<int value="0" label="Shown in foreground app"/>
<int value="1" label="Hidden in foreground app"/>

Powered by Google App Engine
This is Rietveld 408576698