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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2257533005: Change logging of about:flags from actions to a histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo in header. Created 4 years, 3 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
« chrome/browser/about_flags.cc ('K') | « tools/metrics/actions/extract_actions.py ('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 aca0658928cccb66e0936859f248eb27d7c10426..ebeac2eef8c068213cd1475a8ac50680d3333cd6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -20748,6 +20748,13 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Application languages used for UI.</summary>
</histogram>
+<histogram name="Launch.FlagsAtStartup" enum="LoginCustomFlags">
+ <owner>asvitkine@chromium.org</owner>
+ <summary>
+ Logs which Chrome flags from about:flags were active on start up.
+ </summary>
+</histogram>
+
<histogram name="Launch.HomeScreen" enum="LaunchFromHomeScreen">
<owner>dfalcantara@chromium.org</owner>
<summary>
« chrome/browser/about_flags.cc ('K') | « tools/metrics/actions/extract_actions.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698