| Index: tools/metrics/histograms/histograms.xml
 | 
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
 | 
| index 03dd7c2f1dd5ec705ea91584b924fbe6c3584b63..7a6d2b0c3233371b9f31a43ca4ee44b8989bd83d 100644
 | 
| --- a/tools/metrics/histograms/histograms.xml
 | 
| +++ b/tools/metrics/histograms/histograms.xml
 | 
| @@ -73533,6 +73533,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
 | 
|    </summary>
 | 
|  </histogram>
 | 
|  
 | 
| +<histogram name="Welcome.Win10.DefaultPromptResult" enum="BooleanDefault">
 | 
| +  <owner>tmartino@chromium.org</owner>
 | 
| +  <summary>
 | 
| +    Records whether or not Chrome was the default browser when the user left the
 | 
| +    Win10-specific Welcome page.
 | 
| +  </summary>
 | 
| +</histogram>
 | 
| +
 | 
| +<histogram name="Welcome.Win10.PinnedPromptResult" enum="BooleanPinned">
 | 
| +  <owner>tmartino@chromium.org</owner>
 | 
| +  <summary>
 | 
| +    Records whether or not Chrome was pinned to the taskbar when the user left
 | 
| +    the Win10-specific Welcome page.
 | 
| +  </summary>
 | 
| +</histogram>
 | 
| +
 | 
|  <histogram name="Win8.PageLoad" enum="Win8PageLoadType">
 | 
|    <owner>zturner@chromium.org</owner>
 | 
|    <summary>
 | 
| @@ -76394,6 +76410,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
 | 
|    <int value="1" label="Persisted"/>
 | 
|  </enum>
 | 
|  
 | 
| +<enum name="BooleanPinned" type="int">
 | 
| +  <int value="0" label="Not Pinned"/>
 | 
| +  <int value="1" label="Pinned"/>
 | 
| +</enum>
 | 
| +
 | 
|  <enum name="BooleanPopulated" type="int">
 | 
|    <int value="0" label="Not populated"/>
 | 
|    <int value="1" label="Populated"/>
 | 
| @@ -113134,6 +113155,19 @@ value.
 | 
|    <affected-histogram name="NewTabPage.DefaultPageType"/>
 | 
|  </histogram_suffixes>
 | 
|  
 | 
| +<histogram_suffixes name="WelcomeWin10Variant">
 | 
| +  <owner>tmartino@chromium.org</owner>
 | 
| +  <suffix name="InlineCombined" label="Inline layout style, combined promo"/>
 | 
| +  <suffix name="InlineDefault"
 | 
| +      label="Inline layout style, default browser promo only"/>
 | 
| +  <suffix name="SectionedCombined"
 | 
| +      label="Sectioned layout style, combined promo"/>
 | 
| +  <suffix name="SectionedDefault"
 | 
| +      label="Sectioned layout style, default browser promo only"/>
 | 
| +  <affected-histogram name="Welcome.Win10.DefaultPromptResult"/>
 | 
| +  <affected-histogram name="Welcome.Win10.PinnedPromptResult"/>
 | 
| +</histogram_suffixes>
 | 
| +
 | 
|  <histogram_suffixes name="WrenchMenuActionTimings" separator=".">
 | 
|    <suffix name="NewTab"/>
 | 
|    <suffix name="NewWindow"/>
 | 
| 
 |