| Index: chrome/browser/profiles/profiles_state.h
|
| diff --git a/chrome/browser/profiles/profiles_state.h b/chrome/browser/profiles/profiles_state.h
|
| index 9f0178d3016e944b05635ce62acef2f9ceb37ff9..2f4f2c790f8400bbc7d90769d252a4e9500af088 100644
|
| --- a/chrome/browser/profiles/profiles_state.h
|
| +++ b/chrome/browser/profiles/profiles_state.h
|
| @@ -48,6 +48,10 @@ std::vector<std::string> GetSecondaryAccountsForProfile(
|
| // incognito profiles.
|
| bool IsRegularOrGuestSession(Browser* browser);
|
|
|
| +// If the --google-profile-info flag is turned on, starts an update for a new
|
| +// version of the GAIA profile picture.
|
| +void UpdateGAIAProfilePhotoIfNeeded(Profile* profile);
|
| +
|
| } // namespace profiles
|
|
|
| #endif // CHROME_BROWSER_PROFILES_PROFILES_STATE_H_
|
|
|