Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4759)

Unified Diff: chrome/browser/bitmap_fetcher/bitmap_fetcher.h

Issue 931993002: Make image_decoder a Leaky LazyInstance (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix a couple more build issues Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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:

Powered by Google App Engine
This is Rietveld 408576698