| Index: chrome/browser/profiles/profiles_state.h
|
| diff --git a/chrome/browser/profiles/profiles_state.h b/chrome/browser/profiles/profiles_state.h
|
| index d97a6c8a02165c4f482ca6c09783c23d19964176..6bc1efacf1a510657216024d447bf3e8c49a17a5 100644
|
| --- a/chrome/browser/profiles/profiles_state.h
|
| +++ b/chrome/browser/profiles/profiles_state.h
|
| @@ -74,8 +74,8 @@ bool IsProfileLocked(const base::FilePath& profile_path);
|
| // an update for the Gaia profile info.
|
| void UpdateIsProfileLockEnabledIfNeeded(Profile* profile);
|
|
|
| -// If the --google-profile-info flag is turned on, starts an update for a new
|
| -// version of the Gaia profile picture and other profile info.
|
| +// Starts an update for a new version of the Gaia profile picture and other
|
| +// profile info.
|
| void UpdateGaiaProfileInfoIfNeeded(Profile* profile);
|
|
|
| // Returns the sign-in error controller for the given profile. Some profiles,
|
|
|