| 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 eb84b3e67c420fb256621f6d488f12c89ed5ebb9..b9979c4ee3a7d053113dd2fdfa038b21b8a93863 100644
|
| --- a/chrome/browser/chromeos/login/user_manager.cc
|
| +++ b/chrome/browser/chromeos/login/user_manager.cc
|
| @@ -838,10 +838,6 @@ Profile* UserManager::GetBrowserProfile() {
|
| return ProfileManager::GetDefaultProfile();
|
| }
|
|
|
| -bool UserManager::ShouldUseOAuthRefreshToken() const {
|
| - return false;
|
| -}
|
| -
|
| std::string UserManager::GetCachedPictureURL() const {
|
| // Currently the profile picture URL is not cached on ChromeOS.
|
| return std::string();
|
|
|