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_common.gypi | 1 + 1 file changed, 1 insertion(+) (limited to 'content/content_common.gypi') diff --git a/content/content_common.gypi b/content/content_common.gypi index b8f1727..e6ca554 100644 --- a/content/content_common.gypi +++ b/content/content_common.gypi @@ -100,6 +100,7 @@ 'public/common/mojo_shell_connection.h', 'public/common/navigator_connect_client.cc', 'public/common/navigator_connect_client.h', + 'public/common/notification_resources.cc', 'public/common/notification_resources.h', 'public/common/origin_util.h', 'public/common/page_state.cc', -- cgit v1.1