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

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

Issue 342053002: Add UMA metrics for Android Chrome Google Search. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 6 years, 6 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
« no previous file with comments | « components/google/core/browser/google_search_metrics.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 6901d048825a09c0be2c135a4b8d57ec8952c673..192890baecdf591911364b52d088e9072aaae452 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8178,6 +8178,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="GoogleSearch.AccessPoint" enum="SearchAccessPoint">
+ <owner>kmadhusu@chromium.org</owner>
+ <summary>
+ Counts number of Google searches from various access points in the browser.
+ </summary>
+</histogram>
+
<histogram name="GoogleUpdate.EffectivePolicy" enum="UpdatePolicy">
<owner>gab@chromium.org</owner>
<summary>
@@ -43656,6 +43663,19 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="3" label="SCT_STATUS_OK"/>
</enum>
+<enum name="SearchAccessPoint" type="int">
+ <int value="0" label="Omnibox"/>
+ <int value="1" label="Omnibox Instant"/>
+ <int value="2" label="Direct Navigation"/>
+ <int value="3" label="Direct Navigation Instant"/>
+ <int value="4" label="Home Page"/>
+ <int value="5" label="Home Page Instant"/>
+ <int value="6" label="Search App"/>
+ <int value="7" label="Search App Instant"/>
+ <int value="8" label="Other"/>
+ <int value="9" label="Other Instant"/>
+</enum>
+
<enum name="SearchEngine" type="int">
<obsolete>
Deprecated 8/2013. No longer generated.
@@ -46385,6 +46405,21 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<affected-histogram name="PLT.PT_StartToFinish"/>
</histogram_suffixes>
+<histogram_suffixes name="GoogleSearchVariations">
+ <owner>kmadhusu@chromium.org</owner>
+ <suffix name="_PrerenderDisabled"
+ label="Counts number of Google searches from various access points in
+ the Android Chrome browser when prerendering is disabled via
+ &quot;Bandwidth management&quot; settings or &quot;Privacy&quot;
+ settings. Only recorded on Android."/>
+ <suffix name="_PrerenderEnabled"
+ label="Counts number of Google searches from various access points in
+ the Android Chrome browser when prerendering is enabled via
+ &quot;Bandwidth management&quot; settings or &quot;Privacy&quot;
+ settings. Only recorded on Android."/>
+ <affected-histogram name="GoogleSearch.AccessPoint"/>
+</histogram_suffixes>
+
<histogram_suffixes name="GWSChromeJointExperiment">
<suffix name="Experiment1"
label="Only page loads that are a result of a navigation from a web
« no previous file with comments | « components/google/core/browser/google_search_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698