| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 005fb5c89b12afa7e01d340d51da86dda117585b..237f753f400b270b85d6c1d0a0342b6bb2f03a2f 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -6816,6 +6816,26 @@ other types of suffix sets.
|
| <summary>Http response codes in NetworkLocationRequest.</summary>
|
| </histogram>
|
|
|
| +<histogram name="GoogleNow.Card.Button.Clicked0"
|
| + enum="GoogleNowCardButtonClicked0">
|
| + <owner>robliao@chromium.org</owner>
|
| + <owner>skare@chromium.org</owner>
|
| + <summary>Types of cards which received an index 0 button click.</summary>
|
| +</histogram>
|
| +
|
| +<histogram name="GoogleNow.Card.Button.Clicked1"
|
| + enum="GoogleNowCardButtonClicked1">
|
| + <owner>robliao@chromium.org</owner>
|
| + <owner>skare@chromium.org</owner>
|
| + <summary>Types of cards which received an index 1 button click.</summary>
|
| +</histogram>
|
| +
|
| +<histogram name="GoogleNow.Card.Clicked" enum="GoogleNowCardClicked">
|
| + <owner>robliao@chromium.org</owner>
|
| + <owner>skare@chromium.org</owner>
|
| + <summary>Types of cards which received an notification click.</summary>
|
| +</histogram>
|
| +
|
| <histogram name="GoogleNow.Event" enum="GoogleNowEvent">
|
| <owner>robliao@chromium.org</owner>
|
| <owner>skare@chromium.org</owner>
|
| @@ -32794,6 +32814,27 @@ other types of suffix sets.
|
| <int value="6" label="UNSET"/>
|
| </enum>
|
|
|
| +<enum name="GoogleNowCardButtonClicked0" type="int">
|
| + <summary>
|
| + Card Types where button 0 is clicked. See GoogleNowCardButtonClicked0 in
|
| + chrome/browser/resources/google_now/background.js.
|
| + </summary>
|
| +</enum>
|
| +
|
| +<enum name="GoogleNowCardButtonClicked1" type="int">
|
| + <summary>
|
| + Card Types where button 1 is clicked. See GoogleNowCardButtonClicked1 in
|
| + chrome/browser/resources/google_now/background.js.
|
| + </summary>
|
| +</enum>
|
| +
|
| +<enum name="GoogleNowCardClicked" type="int">
|
| + <summary>
|
| + Card Types where card itself is clicked. See GoogleNowCardClicked in
|
| + chrome/browser/resources/google_now/background.js.
|
| + </summary>
|
| +</enum>
|
| +
|
| <enum name="GoogleNowEvent" type="int">
|
| <summary>
|
| Events in Google Now component extension. See GoogleNowEvent in
|
|
|