From 897451590bd2134f8952c40c5758b217c923ab03 Mon Sep 17 00:00:00 2001 From: mvanouwerkerk Date: Thu, 11 Feb 2016 02:58:57 -0800 Subject: 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} --- content/content_child.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'content/content_child.gypi') 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', -- cgit v1.1