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

Unified Diff: chrome/browser/chromeos/login/user_manager.cc

Issue 8742009: Cache GAIA profile picture URL (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/chromeos/login/user_manager.cc
diff --git a/chrome/browser/chromeos/login/user_manager.cc b/chrome/browser/chromeos/login/user_manager.cc
index 4c3fc660228a3b9b5d6ba5553c9e1cce0fe35958..495f29bc38d67d64887f114e2bbece28fa1e4f30 100644
--- a/chrome/browser/chromeos/login/user_manager.cc
+++ b/chrome/browser/chromeos/login/user_manager.cc
@@ -840,6 +840,11 @@ Profile* UserManager::GetBrowserProfile() {
return ProfileManager::GetDefaultProfile();
}
+std::string UserManager::GetCachedPictureURL() {
+ // Currently the profile picture URL is not cached on ChromeOS.
Ivan Korotkov 2011/11/30 14:35:44 Please file a bug to me as soon as you submit this
sail 2011/11/30 19:00:23 Done. Looks like nkostylev has filed bug 23579 to
+ return std::string();
+}
+
void UserManager::OnDownloadComplete(ProfileDownloader* downloader,
bool success) {
ProfileDownloadResult result;

Powered by Google App Engine
This is Rietveld 408576698