| Index: chrome/browser/profiles/profile_info_cache.h
|
| diff --git a/chrome/browser/profiles/profile_info_cache.h b/chrome/browser/profiles/profile_info_cache.h
|
| index bd700a7a5ab8cd21541aeadcd947498ced89efad..08ae3ed11583c4552eaef0d6812d0826d4d4e5b3 100644
|
| --- a/chrome/browser/profiles/profile_info_cache.h
|
| +++ b/chrome/browser/profiles/profile_info_cache.h
|
| @@ -152,6 +152,9 @@ class ProfileInfoCache : public ProfileInfoInterface,
|
| void SetStatsBookmarksOfProfileAtIndex(size_t index, int value);
|
| void SetStatsSettingsOfProfileAtIndex(size_t index, int value);
|
|
|
| + // Notify IsSignedInRequired to all observer
|
| + void NotifyIsSigninRequiredChanged(const base::FilePath& profile_path);
|
| +
|
| const base::FilePath& GetUserDataDir() const;
|
|
|
| // Register cache related preferences in Local State.
|
|
|