diff options
Diffstat (limited to 'content/public/common/notification_resources.h')
-rw-r--r-- | content/public/common/notification_resources.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/public/common/notification_resources.h b/content/public/common/notification_resources.h index 23c5477..c3b938d 100644 --- a/content/public/common/notification_resources.h +++ b/content/public/common/notification_resources.h @@ -15,6 +15,7 @@ namespace content { // Structure to hold the resources associated with a Web Notification. struct CONTENT_EXPORT NotificationResources { NotificationResources(); + NotificationResources(const NotificationResources& other); ~NotificationResources(); // Main icon for the notification. The bitmap may be empty if the developer |