| Index: chrome/browser/profiles/profiles_state.cc
|
| diff --git a/chrome/browser/profiles/profiles_state.cc b/chrome/browser/profiles/profiles_state.cc
|
| index 005c922adf028df6b252cb0a7e880f8e8b5a3d5d..428f2cf0c15cd9f0725e59bd8809913f8fc6f2fc 100644
|
| --- a/chrome/browser/profiles/profiles_state.cc
|
| +++ b/chrome/browser/profiles/profiles_state.cc
|
| @@ -189,12 +189,6 @@ void UpdateIsProfileLockEnabledIfNeeded(Profile* profile) {
|
| }
|
|
|
| void UpdateGaiaProfileInfoIfNeeded(Profile* profile) {
|
| - // If the --google-profile-info flag isn't used, then the
|
| - // GAIAInfoUpdateService isn't initialized, and we can't download the profile
|
| - // info.
|
| - if (!switches::IsGoogleProfileInfo())
|
| - return;
|
| -
|
| DCHECK(profile);
|
|
|
| GAIAInfoUpdateService* service =
|
|
|