diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/common/notification_type.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/content/common/notification_type.h b/content/common/notification_type.h index d887d40..67511a9 100644 --- a/content/common/notification_type.h +++ b/content/common/notification_type.h @@ -683,6 +683,11 @@ class NotificationType { // Used only in testing. TOP_SITES_UPDATED, + // Sent by TopSites when the either one of the most visited urls changed, or + // one of the images changes. The source is the TopSites, the details not + // used. + TOP_SITES_CHANGED, + // Thumbnails--------------------------------------------------------------- // Sent by the ThumbnailGenerator whenever a render widget host |