| Index: chrome/common/chrome_notification_types.h
|
| diff --git a/chrome/common/chrome_notification_types.h b/chrome/common/chrome_notification_types.h
|
| index 3fd8b4d0704720a80e35052aa031c009de1838e1..fa7db77a410c98f0f559a07d91b24ee15121d5d3 100644
|
| --- a/chrome/common/chrome_notification_types.h
|
| +++ b/chrome/common/chrome_notification_types.h
|
| @@ -1246,7 +1246,7 @@ enum NotificationType {
|
| // Blocked content.
|
| // Sent when content changes to or from the blocked state in
|
| // BlockedContentTabHelper.
|
| - // The source is the TabContents of the blocked content and details
|
| + // The source is the WebContents of the blocked content and details
|
| // is a boolean: true if the content is entering the blocked state, false
|
| // if it is leaving.
|
| NOTIFICATION_CONTENT_BLOCKED_STATE_CHANGED,
|
|
|