| Index: chrome/browser/profiles/gaia_info_update_service.cc
|
| diff --git a/chrome/browser/profiles/gaia_info_update_service.cc b/chrome/browser/profiles/gaia_info_update_service.cc
|
| index 5c55f51c25802a452628d85a23993e7b72681192..069ae1136bb76bcaa776d15b76f159283907a352 100644
|
| --- a/chrome/browser/profiles/gaia_info_update_service.cc
|
| +++ b/chrome/browser/profiles/gaia_info_update_service.cc
|
| @@ -70,13 +70,7 @@ bool GAIAInfoUpdateService::ShouldUseGAIAProfileInfo(Profile* profile) {
|
| #if defined(OS_CHROMEOS)
|
| return false;
|
| #endif
|
| -
|
| - // To enable this feature for testing pass "--google-profile-info".
|
| - if (switches::IsGoogleProfileInfo())
|
| - return true;
|
| -
|
| - // This feature is disable by default.
|
| - return false;
|
| + return true;
|
| }
|
|
|
| bool GAIAInfoUpdateService::NeedsProfilePicture() const {
|
|
|