Index: chrome/browser/notifications/platform_notification_service_impl.h |
diff --git a/chrome/browser/notifications/platform_notification_service_impl.h b/chrome/browser/notifications/platform_notification_service_impl.h |
index feb64404a4407125e87a1e3446b744b419287896..12c6e6181d4190459646c7b7af238fdfbf00576a 100644 |
--- a/chrome/browser/notifications/platform_notification_service_impl.h |
+++ b/chrome/browser/notifications/platform_notification_service_impl.h |
@@ -119,7 +119,8 @@ class PlatformNotificationServiceImpl |
void OnCloseEventDispatchComplete( |
content::PersistentNotificationStatus status); |
- // Creates a new Web Notification-based Notification object. |
+ // Creates a new Web Notification-based Notification object. Should only be |
+ // called when the notification is first shown. |
// TODO(peter): |delegate| can be a scoped_refptr, but properly passing this |
// through requires changing a whole lot of Notification constructor calls. |
Notification CreateNotificationFromData( |