| Index: tools/metrics/histograms/histograms.xml
 | 
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
 | 
| index 6139f203e917e5443e7594f56203928cfc0bbc9a..45e742b55d3ca3051ddf9291fade250abb04f7fa 100644
 | 
| --- a/tools/metrics/histograms/histograms.xml
 | 
| +++ b/tools/metrics/histograms/histograms.xml
 | 
| @@ -4425,6 +4425,20 @@ other types of suffix sets.
 | 
|    <summary>The time for an extension's event page to load.</summary>
 | 
|  </histogram>
 | 
|  
 | 
| +<histogram name="Extensions.ExtensionCacheCount">
 | 
| +  <summary>
 | 
| +    Number of cached extensions on disk. Reported on Chrome OS during user
 | 
| +    session start.
 | 
| +  </summary>
 | 
| +</histogram>
 | 
| +
 | 
| +<histogram name="Extensions.ExtensionCacheSize" units="MB">
 | 
| +  <summary>
 | 
| +    Total size of .crx files in cache on disk. Reported on Chrome OS during user
 | 
| +    session start.
 | 
| +  </summary>
 | 
| +</histogram>
 | 
| +
 | 
|  <histogram name="Extensions.ExtensionInstalled">
 | 
|    <summary>An extension has been installed.</summary>
 | 
|  </histogram>
 | 
| 
 |