| Index: tools/metrics/histograms/histograms.xml
 | 
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
 | 
| index f335cdf74bb2f4146a848774cf2056530c3ad0fd..6523a0ea143073e268b64a6f0e92c1df28c19816 100644
 | 
| --- a/tools/metrics/histograms/histograms.xml
 | 
| +++ b/tools/metrics/histograms/histograms.xml
 | 
| @@ -13096,6 +13096,56 @@ other types of suffix sets.
 | 
|    </summary>
 | 
|  </histogram>
 | 
|  
 | 
| +<histogram name="Precache.DailyDownloadedKB" units="KB">
 | 
| +  <summary>
 | 
| +    The daily number of kilobytes that were downloaded during user browsing over
 | 
| +    any network.
 | 
| +  </summary>
 | 
| +</histogram>
 | 
| +
 | 
| +<histogram name="Precache.DailyDownloadedKB.Cellular" units="KB">
 | 
| +  <summary>
 | 
| +    The daily number of kilobytes that were downloaded during user browsing over
 | 
| +    a cellular network.
 | 
| +  </summary>
 | 
| +</histogram>
 | 
| +
 | 
| +<histogram name="Precache.DailyPrecachedKB" units="KB">
 | 
| +  <summary>
 | 
| +    The daily number of kilobytes that were downloaded while precaching.
 | 
| +  </summary>
 | 
| +</histogram>
 | 
| +
 | 
| +<histogram name="Precache.DailySavedKB" units="KB">
 | 
| +  <summary>
 | 
| +    The daily number of kilobytes during user browsing that were served from the
 | 
| +    cache, but would have been downloaded over a network if precaching was
 | 
| +    disabled.
 | 
| +  </summary>
 | 
| +</histogram>
 | 
| +
 | 
| +<histogram name="Precache.DailySavedKB.Cellular" units="KB">
 | 
| +  <summary>
 | 
| +    The daily number of kilobytes during user browsing that were served from the
 | 
| +    cache, but would have been downloaded over a cellular network if precaching
 | 
| +    was disabled.
 | 
| +  </summary>
 | 
| +</histogram>
 | 
| +
 | 
| +<histogram name="Precache.DailySavingsPercentage" units="%">
 | 
| +  <summary>
 | 
| +    The daily percentage of user browsing bandwidth on any network that was
 | 
| +    saved because of precaching.
 | 
| +  </summary>
 | 
| +</histogram>
 | 
| +
 | 
| +<histogram name="Precache.DailySavingsPercentage.Cellular" units="%">
 | 
| +  <summary>
 | 
| +    The daily percentage of user browsing bandwidth on cellular networks that
 | 
| +    was saved because of precaching.
 | 
| +  </summary>
 | 
| +</histogram>
 | 
| +
 | 
|  <histogram name="Prerender.Events" enum="PrerenderHoverEvent">
 | 
|    <obsolete>
 | 
|      deprecated May 10 2012
 | 
| 
 |