| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 8ff2149da299371b8e7d69b6f9ac6c98c35cbb70..1940ead66f519103a89a3df34c61462846014053 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -26476,6 +26476,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="SessionCrashed.Bubble" enum="SessionCrashedBubbleUserAction">
|
| + <owner>yiyaoliu@chromium.org</owner>
|
| + <summary>How did the user interact with the SessionCrashed Bubble?</summary>
|
| +</histogram>
|
| +
|
| <histogram name="Settings.DefaultSearchProvider" enum="OmniboxSearchEngine">
|
| <obsolete>
|
| Deprecated in Chrome 30. Use Search.DefaultSearchProviderType instead.
|
| @@ -45156,6 +45161,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <int value="2" label="Write data error"/>
|
| </enum>
|
|
|
| +<enum name="SessionCrashedBubbleUserAction" type="int">
|
| + <int value="0" label="The bubble was shown"/>
|
| + <int value="1" label="There is error when showing the bubble."/>
|
| + <int value="2" label="The Restore button was clicked"/>
|
| + <int value="3" label="User was already optin to UMA"/>
|
| + <int value="4" label="User chose to optin to UMA"/>
|
| + <int value="5" label="User clicked on the help button"/>
|
| + <int value="6" label="User ignored or closed the bubble"/>
|
| +</enum>
|
| +
|
| <enum name="SessionStartupPref" type="int">
|
| <int value="0" label="Open home page (unused)"/>
|
| <int value="1" label="Continue from last opened pages"/>
|
|
|