| Index: tools/metrics/histograms/histograms.xml
 | 
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
 | 
| index 4919d6689410bce54d43486f5d317bb14b4f1b58..f92d6403d7970c17c720fa39f6b690c0cce920ce 100644
 | 
| --- a/tools/metrics/histograms/histograms.xml
 | 
| +++ b/tools/metrics/histograms/histograms.xml
 | 
| @@ -729,6 +729,20 @@ Therefore, the affected-histogram name has to have at least one dot in it.
 | 
|    </summary>
 | 
|  </histogram>
 | 
|  
 | 
| +<histogram name="Ash.Shelf.TimeBetweenNavigateToTaskSwitches" units="seconds">
 | 
| +  <owner>bruthig@google.com</owner>
 | 
| +  <owner>tdanderson@google.com</owner>
 | 
| +  <summary>
 | 
| +    The number of seconds between contiguous task switch user actions triggered
 | 
| +    by the Shelf buttons where the user activates a different user-predicatble
 | 
| +    task. Task switches from other sources are ignored and do not affect this
 | 
| +    metric. In other words, if a user performs the following steps (1) launch
 | 
| +    task 'A' from the Shelf (2) Alt+Tab to task 'Z' (3) launch task 'B' from the
 | 
| +    Shelf, then this will result in a sample recorded for the time delta between
 | 
| +    launching tasks 'A' and 'B'.
 | 
| +  </summary>
 | 
| +</histogram>
 | 
| +
 | 
|  <histogram name="Ash.ShelfAlignmentOverTime" enum="ShelfAlignmentValue">
 | 
|    <owner>kuscher@google.com</owner>
 | 
|    <summary>
 | 
| 
 |