Index: chrome/browser/bitmap_fetcher/bitmap_fetcher.h |
diff --git a/chrome/browser/bitmap_fetcher/bitmap_fetcher.h b/chrome/browser/bitmap_fetcher/bitmap_fetcher.h |
index ac26bbf6d36d4a9d0c5c79bb8cbd00b3699acfdb..f15be00a028971be75f5a0f9ef766aa9aff6255a 100644 |
--- a/chrome/browser/bitmap_fetcher/bitmap_fetcher.h |
+++ b/chrome/browser/bitmap_fetcher/bitmap_fetcher.h |
@@ -21,7 +21,10 @@ class URLRequestContextGetter; |
namespace chrome { |
// Asynchrounously fetches an image from the given URL and returns the |
-// decoded Bitmap to the provided BitmapFetcherDelegate. |
+// decoded Bitmap to the provided BitmapFetcherDelegate. This class is |
+// deprecated and will be removed once crbug.com/<TODO(twellington): fill |
+// this in once deprecation is approved and bug is created> is resolved. Use |
+// BitmapBatchFetcher instead. |
Nico
2015/02/18 20:59:17
To me, it seems like a better strategy to me to sw
|
class BitmapFetcher : public net::URLFetcherDelegate, |
public ImageDecoder::Delegate { |
public: |