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

Unified Diff: chrome/browser/search/suggestions/image_fetcher_impl.h

Issue 1016003004: [BitmapFetcher] Added reference to OnFetchComplete url (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: chaging OnFetchComplete for bitmap fetcher Created 5 years, 9 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/search/suggestions/image_fetcher_impl.h
diff --git a/chrome/browser/search/suggestions/image_fetcher_impl.h b/chrome/browser/search/suggestions/image_fetcher_impl.h
index 63b1ec2eed0c9b58208b7eaf6d71789109fd404d..bfd8d58f2374e5b97a4d006df70468491660bade 100644
--- a/chrome/browser/search/suggestions/image_fetcher_impl.h
+++ b/chrome/browser/search/suggestions/image_fetcher_impl.h
@@ -38,7 +38,7 @@ class ImageFetcherImpl : public ImageFetcher,
private:
// Inherited from BitmapFetcherDelegate. Runs on the UI thread.
- void OnFetchComplete(const GURL image_url, const SkBitmap* bitmap) override;
+ void OnFetchComplete(const GURL& image_url, const SkBitmap* bitmap) override;
typedef std::vector<base::Callback<void(const GURL&, const SkBitmap*)> >
CallbackVector;
« no previous file with comments | « chrome/browser/profiles/profile_avatar_downloader.cc ('k') | chrome/browser/search/suggestions/image_fetcher_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698