summaryrefslogtreecommitdiffstats
path: root/content/content_child.gypi
diff options
context:
space:
mode:
authormvanouwerkerk <mvanouwerkerk@chromium.org>2016-02-11 02:58:57 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-11 11:00:25 +0000
commit897451590bd2134f8952c40c5758b217c923ab03 (patch)
treeef9a200b44d81f9b5a3cfe19d0aeaa9fcce99457 /content/content_child.gypi
parenteccfc8d3d192b3d5f6cac53e5e2b60bcdc0d2b66 (diff)
downloadchromium_src-897451590bd2134f8952c40c5758b217c923ab03.zip
chromium_src-897451590bd2134f8952c40c5758b217c923ab03.tar.gz
chromium_src-897451590bd2134f8952c40c5758b217c923ab03.tar.bz2
Fetch notification action icons and pass them through in resources.
* Adds an action_icons field to NotificationResources * Turns PendingNotification into a real class. * PendingNotification fetches potentially multiple resources before running its callback. * Adds a unit test for this area of code. BUG=581336,423039 Review URL: https://codereview.chromium.org/1644083002 Cr-Commit-Position: refs/heads/master@{#374881}
Diffstat (limited to 'content/content_child.gypi')
-rw-r--r--content/content_child.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/content/content_child.gypi b/content/content_child.gypi
index 8089133..dc179bb 100644
--- a/content/content_child.gypi
+++ b/content/content_child.gypi
@@ -139,6 +139,8 @@
'child/notifications/notification_image_loader.h',
'child/notifications/notification_manager.cc',
'child/notifications/notification_manager.h',
+ 'child/notifications/pending_notification.cc',
+ 'child/notifications/pending_notification.h',
'child/notifications/pending_notifications_tracker.cc',
'child/notifications/pending_notifications_tracker.h',
'child/npapi/np_channel_base.cc',