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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2707993003: [Android]: Hide add-to-homescreen app menu item when WebAPK is installed (Closed)
Patch Set: Add new state for 'Add to Homescreen' Menu item Created 3 years, 10 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 1494ddb45114dca3faaf518ea1c3a89aa203d64f..84b567103e5fa0a775b5788e951a6bb82980ea1d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -754,6 +754,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Android.PrepareMenu.OpenWebApkVisibilityCheck" units="ms">
pkotwicz 2017/02/22 20:26:10 Can you please update the histogram name?
gonzalon 2017/02/22 20:45:05 I'm not sure I understand, this is the name you su
pkotwicz 2017/02/23 20:46:17 Sorry. For some reason I thought that the histogra
+ <owner>hanxi@chromium.org</owner>
+ <owner>pkotwicz@chromium.org</owner>
+ <summary>
+ Measures the amount of time spent querying for a WebAPK name while preparing
pkotwicz 2017/02/22 20:26:10 Nit: "querying for a WebAPK name" -> "querying for
gonzalon 2017/02/22 20:45:05 Done.
+ the Chrome menu.
+ </summary>
+</histogram>
+
<histogram name="Android.SeccompStatus.Prctl" enum="AndroidSeccompStatus">
<owner>rsesek@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698