| Index: chrome/common/notification_type.h
 | 
| diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
 | 
| index ba8280d4fb7d4e280c2a08c729b5d0e2e20841ce..8569881c1ff2228e7f63a0dc587d0e83c766e861 100644
 | 
| --- a/chrome/common/notification_type.h
 | 
| +++ b/chrome/common/notification_type.h
 | 
| @@ -670,6 +670,13 @@ class NotificationType {
 | 
|      // details the TopSites.
 | 
|      TOP_SITES_LOADED,
 | 
|  
 | 
| +    // Sent by TopSites when it has finished updating its most visited URLs
 | 
| +    // cache after querying the history service. The source is the TopSites and
 | 
| +    // the details a CancelableRequestProvider::Handle from the history service
 | 
| +    // query.
 | 
| +    // Used only in testing.
 | 
| +    TOP_SITES_UPDATED,
 | 
| +
 | 
|      // Thumbnails---------------------------------------------------------------
 | 
|  
 | 
|      // Sent by the ThumbnailGenerator whenever a render widget host
 | 
| 
 |