| Index: chrome/browser/profiles/profile_info_cache_observer.h
|
| diff --git a/chrome/browser/profiles/profile_info_cache_observer.h b/chrome/browser/profiles/profile_info_cache_observer.h
|
| index 24274f60478b6b4281357d58297cac53601e2069..6182bbee363a77e0e59f3efdcd8b8ba55b72368f 100644
|
| --- a/chrome/browser/profiles/profile_info_cache_observer.h
|
| +++ b/chrome/browser/profiles/profile_info_cache_observer.h
|
| @@ -25,6 +25,8 @@ class ProfileInfoCacheObserver {
|
| virtual void OnProfileNameChanged(const base::FilePath& profile_path,
|
| const base::string16& old_profile_name) {}
|
| virtual void OnProfileAvatarChanged(const base::FilePath& profile_path) {}
|
| + virtual void OnProfileSigninRequiredChanged(
|
| + const base::FilePath& profile_path) {}
|
|
|
| protected:
|
| ProfileInfoCacheObserver() {}
|
|
|