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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 111423005: [Most Visited] Log suggestion provider to UMA (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 7 years 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 5a049ba1bf7b81693247f1561353a2305adcd503..81187703c4866c865b9f769702d6bf56b2da2f45 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -32771,6 +32771,16 @@ other types of suffix sets.
<affected-histogram name="Net.ProxyResolver.ExecutionTime"/>
</fieldtrial>
+<fieldtrial name="NewTabPageProviders" separator=".">
+ <group name="client" label="Suggestions coming from the client."/>
+ <group name="server" label="Suggestions coming from the server."/>
+ <group name="server1" label="Suggestions coming from server source 1."/>
+ <group name="server2" label="Suggestions coming from server source 2."/>
+ <group name="server3" label="Suggestions coming from server source 3."/>
+ <group name="server4" label="Suggestions coming from server source 4."/>
+ <affected-histogram name="NewTabPage.MostVisited"/>
+</fieldtrial>
+
<fieldtrial name="OmniboxProviderTime" separator=".">
<group name="Bookmark"/>
<group name="Builtin"/>

Powered by Google App Engine
This is Rietveld 408576698