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

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: Addresses histogram.xml comments and adds standard UMA enum warning 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 d42f56a93444707ede86e80ca21de4b591bbfe1c..d2aed8a17eef85aad4fe44d13e7e1a93500a478b 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -35958,6 +35958,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"/>
« no previous file with comments | « chrome/browser/resource_coordinator/tab_manager_web_contents_data.h ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698