| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 60efda1527688578c7e59a5e99368e2cce45e0c7..e4446e7ff1e940fc6bd5b99c30f04d3f71e0eba8 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -14767,6 +14767,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="GoogleUpdate.MenuItem.ActionTakenAfterItemClicked"
|
| + enum="GoogleUpdateAfterItemClickedActions">
|
| + <owner>twellington@chromium.org</owner>
|
| + <summary>
|
| + (Android-only) Records whether Chrome was updated after the update menu item
|
| + was clicked.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="GoogleUpdate.MenuItem.ActionTakenOnMenuOpen"
|
| + enum="GoogleUpdateMenuItemActions">
|
| + <owner>twellington@chromium.org</owner>
|
| + <summary>
|
| + (Android-only) Records whether the update menu item was clicked when the app
|
| + menu was opened.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="GoogleUpdate.UnexpectedState">
|
| <owner>grt@chromium.org</owner>
|
| <summary>
|
| @@ -65754,6 +65772,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <int value="13" label="WEB_LOGIN_REQUIRED"/>
|
| </enum>
|
|
|
| +<enum name="GoogleUpdateAfterItemClickedActions" type="int">
|
| + <int value="0" label="Updated"/>
|
| + <int value="1" label="Not updated"/>
|
| +</enum>
|
| +
|
| <enum name="GoogleUpdateErrorCode" type="int">
|
| <int value="0" label="GOOGLE_UPDATE_NO_ERROR"/>
|
| <int value="1" label="CANNOT_UPGRADE_CHROME_IN_THIS_DIRECTORY"/>
|
| @@ -65774,6 +65797,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| <int value="3" label="InfoBar dismissed implicitly (no interaction)"/>
|
| </enum>
|
|
|
| +<enum name="GoogleUpdateMenuItemActions" type="int">
|
| + <int value="0" label="Not clicked"/>
|
| + <int value="1" label="Clicked, intent launched"/>
|
| + <int value="2" label="Clicked, intent failed"/>
|
| +</enum>
|
| +
|
| <enum name="GoogleUpdateUpgradeStatus" type="int">
|
| <int value="0" label="UPGRADE_STARTED"/>
|
| <int value="1" label="UPGRADE_CHECK_STARTED"/>
|
|
|