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

Unified Diff: chrome/browser/image_holder.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/image_holder.h
diff --git a/chrome/browser/image_holder.h b/chrome/browser/image_holder.h
index a2bd2c4574073f4e463c954d716f55e211230702..6692749862b40bac4bbfdc1fdfa7a3e4ddc193f0 100644
--- a/chrome/browser/image_holder.h
+++ b/chrome/browser/image_holder.h
@@ -40,7 +40,7 @@ class ImageHolder : public chrome::BitmapFetcherDelegate {
bool IsFetchingDone() const;
// Inherited from BitmapFetcherDelegate
- void OnFetchComplete(const GURL url, const SkBitmap* bitmap) override;
+ void OnFetchComplete(const GURL& url, const SkBitmap* bitmap) override;
// Accessors:
GURL low_dpi_url() const { return low_dpi_url_; }
« no previous file with comments | « chrome/browser/enhanced_bookmarks/android/bookmark_image_service_android.cc ('k') | chrome/browser/image_holder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698