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

Unified Diff: chrome/browser/android/banners/app_banner_manager.cc

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
« no previous file with comments | « no previous file | chrome/browser/bitmap_fetcher.h » ('j') | chrome/browser/profiles/profile_info_cache.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/banners/app_banner_manager.cc
diff --git a/chrome/browser/android/banners/app_banner_manager.cc b/chrome/browser/android/banners/app_banner_manager.cc
index 03488077bca50f5e88188bf33eaa512080d2e597..92860677d7220cfaf1e7151417442111f69ad5c6 100644
--- a/chrome/browser/android/banners/app_banner_manager.cc
+++ b/chrome/browser/android/banners/app_banner_manager.cc
@@ -134,7 +134,7 @@ bool AppBannerManager::FetchIcon(JNIEnv* env,
Profile* profile =
Profile::FromBrowserContext(web_contents()->GetBrowserContext());
fetcher_.reset(new chrome::BitmapFetcher(GURL(image_url), this));
- fetcher_.get()->Start(profile);
+ fetcher_.get()->Start(profile->GetRequestContext());
return true;
}
« no previous file with comments | « no previous file | chrome/browser/bitmap_fetcher.h » ('j') | chrome/browser/profiles/profile_info_cache.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698