Chromium Code Reviews| 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; |