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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 46583007: Download webstore CRXs into separate directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove field trial block Created 7 years, 1 month 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 6ece86b5abbd2198a29959788a6e79b3f819f72f..22a97abf05f1c175e6d83ed822914acebb3b805c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19673,6 +19673,12 @@ other types of suffix sets.
<summary>Counts number of calls to WebRTC APIs from JavaScript.</summary>
</histogram>
+<histogram name="Webstore.ExtensionInstallResult" enum="BooleanSuccess">
+ <summary>
+ The success or failure of extension installs from the webstore.
Mark P 2013/11/18 23:48:52 Is this only user-initiated installs or all instal
jackhou1 2013/11/19 06:56:48 Done.
+ </summary>
+</histogram>
+
<histogram name="Win8.PageLoad" enum="Win8PageLoadType">
<summary>
Count of page loads in each of the 2 different environments (metro/desktop)

Powered by Google App Engine
This is Rietveld 408576698