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

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: Link field trial with histogram. 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
« no previous file with comments | « chrome/browser/extensions/webstore_installer.cc ('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 6ece86b5abbd2198a29959788a6e79b3f819f72f..c9cb971a86cd2e3e261eb6bfe27789b775191b69 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">
motek. 2013/11/12 16:41:57 The result is either 'successful or not', right? I
jackhou1 2013/11/12 23:39:08 Done.
+ <summary>
+ The success or failure of extension installs from the webstore.
+ </summary>
+</histogram>
+
<histogram name="Win8.PageLoad" enum="Win8PageLoadType">
<summary>
Count of page loads in each of the 2 different environments (metro/desktop)
@@ -30730,6 +30736,11 @@ other types of suffix sets.
<affected-histogram name="Startup.BrowserOpenTabs"/>
</fieldtrial>
+<fieldtrial name="WebstoreDownloadDirectory">
+ <group name="SeparateDirectoryUnderUDD"/>
motek. 2013/11/12 16:41:57 It seems that for your purpose this block is not n
jackhou1 2013/11/12 23:39:08 If I remove this block, will I be able to see the
jackhou1 2013/11/13 00:27:50 Done.
+ <affected-histogram name="Webstore.ExtensionInstallResult"/>
+</fieldtrial>
+
<fieldtrial name="WebStoreLinkExperiment">
<group name="Disabled" label="Neither extra webstore link is visible"/>
<group name="FooterLink" label="Link in bottom right of footer"/>
« no previous file with comments | « chrome/browser/extensions/webstore_installer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698