Repurpose NotificationBitmapFetcher to BitmapFetcher
commit1206675ede77d16f5e31d3b2f03be4cfaa8b677d
authordfalcantara@chromium.org <dfalcantara@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 14 Feb 2014 14:18:17 +0000 (14 14:18 +0000)
committerdfalcantara@chromium.org <dfalcantara@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 14 Feb 2014 14:18:17 +0000 (14 14:18 +0000)
tree967269e40e16ce9061ed30ff05d917cff4670b6e
parentdf0374d6a3dd244194b7869865f8fd67d06eb060
Repurpose NotificationBitmapFetcher to BitmapFetcher

There was nothing specific about this class, so I'm generalizing it and moving it upwards in the tree for more use cases (e.g. app banners).

Code that will use it is not ready for review, but is located at https://chromiumcodereview.appspot.com/156343002/

BUG=341556

Review URL: https://codereview.chromium.org/155273002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251308 0039d316-1c4b-4281-b951-d872f2087c98
chrome/browser/bitmap_fetcher.cc [new file with mode: 0644]
chrome/browser/bitmap_fetcher.h [moved from chrome/browser/notifications/sync_notifier/notification_bitmap_fetcher.h with 52% similarity]
chrome/browser/bitmap_fetcher_browsertest.cc [moved from chrome/browser/notifications/sync_notifier/notification_bitmap_fetcher_browsertest.cc with 72% similarity]
chrome/browser/bitmap_fetcher_delegate.h [new file with mode: 0644]
chrome/browser/notifications/sync_notifier/notification_bitmap_fetcher.cc [deleted file]
chrome/browser/notifications/sync_notifier/synced_notification.cc
chrome/browser/notifications/sync_notifier/synced_notification.h
chrome/chrome_browser.gypi
chrome/chrome_tests.gypi