diff options
Diffstat (limited to 'content')
-rw-r--r-- | content/common/notification_type.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/content/common/notification_type.h b/content/common/notification_type.h index 9593573..74f2b38 100644 --- a/content/common/notification_type.h +++ b/content/common/notification_type.h @@ -786,15 +786,11 @@ class NotificationType { // should be the UI thread. DEFAULT_REQUEST_CONTEXT_AVAILABLE, - // The state of a promo resource has been changed. A resource may have been + // The state of a web resource has been changed. A resource may have been // added, removed, or altered. Source is WebResourceService, and the // details are NoDetails. PROMO_RESOURCE_STATE_CHANGED, - // The user has elected not to display the promo on the New Tab Page. - // Source is WebResourceService, and the details are NoDetails. - PROMO_CLOSED, - // Autocomplete ------------------------------------------------------------ // Sent by the autocomplete controller when done. The source is the |