| Index: tools/metrics/histograms/histograms.xml
 | 
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
 | 
| index 4b6478c8ec1973871c005461667d5fb6776aac61..5e9ef15ad248bfa28ccc2cb98ec6a363ecbfc646 100644
 | 
| --- a/tools/metrics/histograms/histograms.xml
 | 
| +++ b/tools/metrics/histograms/histograms.xml
 | 
| @@ -18495,7 +18495,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
 | 
|  <histogram name="Launch.HomeScreenSource" enum="LaunchFromHomeScreenSource">
 | 
|    <owner>dominickn@chromium.org</owner>
 | 
|    <summary>
 | 
| -    Records the source of an Android Home screen shortcut used to launch Chrome.
 | 
| +    Records the source of an Android homescreen launch intent used to launch
 | 
| +    Chrome.
 | 
|    </summary>
 | 
|  </histogram>
 | 
|  
 | 
| @@ -73727,6 +73728,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
 | 
|    <int value="2" label="App banner"/>
 | 
|    <int value="3" label="Bookmark navigator widget"/>
 | 
|    <int value="4" label="Bookmark shortcut widget"/>
 | 
| +  <int value="5" label="Notification"/>
 | 
|  </enum>
 | 
|  
 | 
|  <enum name="LaunchIntentFlags" type="int">
 | 
| 
 |