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

Unified Diff: chrome/browser/bitmap_fetcher.h

Issue 222313005: [Profiles] Download high-res avatars using the --new-profile-management flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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.h
diff --git a/chrome/browser/bitmap_fetcher.h b/chrome/browser/bitmap_fetcher.h
index 739c8ec95c79bc4d5802045e423c4bf2fb072079..b468c038b8dc0162a32d1146d7da0fd2c545dfe6 100644
--- a/chrome/browser/bitmap_fetcher.h
+++ b/chrome/browser/bitmap_fetcher.h
@@ -14,10 +14,9 @@
namespace net {
class URLFetcher;
+class URLRequestContextGetter;
} // namespace net
-class Profile;
-
namespace chrome {
// Asynchrounously fetches an image from the given URL and returns the
@@ -34,7 +33,7 @@ class BitmapFetcher : public net::URLFetcherDelegate,
// asynchronously when done. Start may be called more than once in some
// cases. If so, subsequent starts will be ignored since the operation is
// already in progress.
- void Start(Profile* profile);
+ void Start(net::URLRequestContextGetter* request_context);
// Methods inherited from URLFetcherDelegate

Powered by Google App Engine
This is Rietveld 408576698