Chromium Code Reviews| Index: tools/metrics/histograms/histograms.xml |
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
| index 79e13f489299db9ada2aeb35db67c8699786dee9..0272558471358daa7d8c7bbfaff58bf29332d75d 100644 |
| --- a/tools/metrics/histograms/histograms.xml |
| +++ b/tools/metrics/histograms/histograms.xml |
| @@ -17675,6 +17675,36 @@ other types of suffix sets. |
| </summary> |
| </histogram> |
| +<histogram name="Search.ContextualSearchOptCard" |
| + enum="ContextualSearchOptCardAction"> |
| + <summary>The type of action taken in the Opt-card.</summary> |
|
Mark P
2014/02/14 16:21:33
If someone clicks Learn More, does the card disapp
pedro (no code reviews)
2014/02/14 18:29:18
Good question. When the user clicks on the "learn
|
| +</histogram> |
| + |
| +<histogram name="Search.ContextualSearchOptPeekCard" |
| + enum="ContextualSearchPeekCardAction"> |
| + <summary>The type of action taken in the Opt-peek-card.</summary> |
|
Donn Denman
2014/02/14 02:48:23
Nit: Maybe change to "The type of action taken whe
pedro (no code reviews)
2014/02/14 18:29:18
Done.
|
| +</histogram> |
| + |
| +<histogram name="Search.ContextualSearchPeekCard" |
| + enum="ContextualSearchPeekCardAction"> |
| + <summary>The type of action taken in the Peek-card.</summary> |
|
Donn Denman
2014/02/14 02:48:23
Nit: Maybe change to "The type of action taken whe
pedro (no code reviews)
2014/02/14 18:29:18
Done.
|
| +</histogram> |
| + |
| +<histogram name="Search.ContextualSearchTap" enum="ContextualSearchTapAction"> |
| + <summary>The type of tap action taken after opting in.</summary> |
|
Donn Denman
2014/02/14 02:48:23
Nit: Maybe change to "The type of tap action taken
Mark P
2014/02/14 16:21:33
If I take a bunch of times, all of which are ignor
pedro (no code reviews)
2014/02/14 18:29:18
All taps will be logged, not just the first one.
pedro (no code reviews)
2014/02/14 18:29:18
Done.
|
| +</histogram> |
| + |
| +<histogram name="Search.ContextualSearchTapUndecided" |
| + enum="ContextualSearchTapAction"> |
| + <summary>The type of tap action taken before opting in or out.</summary> |
|
Donn Denman
2014/02/14 02:48:23
Nit: Maybe change to "The type of tap action taken
pedro (no code reviews)
2014/02/14 18:29:18
Done.
|
| +</histogram> |
| + |
| +<histogram name="Search.ContextualSearchTimeToSearch" units="milliseconds"> |
| + <summary> |
| + The timing between tapping on a word and performing a search. |
| + </summary> |
| +</histogram> |
| + |
| <histogram name="Search.DefaultSearchProvider" enum="OmniboxSearchEngine"> |
| <summary> |
| The id of the default search engine that is loaded after Chrome startup. See |
| @@ -23463,6 +23493,28 @@ other types of suffix sets. |
| <int value="4" label="TEST_NOT_RUN"/> |
| </enum> |
| +<enum name="ContextualSearchOptCardAction" type="int"> |
| + <int value="0" label="Opt-in"/> |
| + <int value="1" label="Opt-out"/> |
| + <int value="2" label="Learn More"/> |
| + <int value="3" label="Dismiss by Tapping on the Page"/> |
| + <int value="4" label="Dismiss by Scrolling the Page"/> |
| + <int value="5" label="Dismiss by Leaving the Page"/> |
| +</enum> |
| + |
| +<enum name="ContextualSearchPeekCardAction" type="int"> |
| + <int value="0" label="Tap Card"/> |
| + <int value="1" label="Dismiss by Tapping on the Page"/> |
| + <int value="2" label="Dismiss by Scrolling the Page"/> |
| + <int value="3" label="Dismiss by Leaving the Page"/> |
| +</enum> |
| + |
| +<enum name="ContextualSearchTapAction" type="int"> |
| + <int value="0" label="Tap Word"/> |
| + <int value="1" label="Tap Ignored"/> |
| + <int value="2" label="Tap Invalid"/> |
| +</enum> |
| + |
| <enum name="CookieDeletionCause" type="int"> |
| <summary>Reason why a cookie was removed from the cookie store</summary> |
| <int value="0" label="explicit"> |
| @@ -32914,6 +32966,18 @@ other types of suffix sets. |
| <affected-histogram name="PLT.LoadType"/> |
| </fieldtrial> |
| +<fieldtrial name="ContextualSearch"> |
| + <group name="Control"/> |
| + <group name="Tap"/> |
| + <group name="TapForced"/> |
| + <affected-histogram name="Search.ContextualSearchOptCard"/> |
| + <affected-histogram name="Search.ContextualSearchOptPeekCard"/> |
| + <affected-histogram name="Search.ContextualSearchPeekCard"/> |
| + <affected-histogram name="Search.ContextualSearchTap"/> |
| + <affected-histogram name="Search.ContextualSearchTapUndecided"/> |
| + <affected-histogram name="Search.ContextualSearchTimeToSearch"/> |
| +</fieldtrial> |
| + |
| <fieldtrial name="CrosFirstRunStep" separator=""> |
| <group name="AppList"/> |
| <group name="Tray"/> |