Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1428)

Unified Diff: chrome/browser/profiles/profile_info_cache.h

Issue 2712883005: Sign out profile when local_state file has been changed. (Closed)
Patch Set: Merge from master Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.
« no previous file with comments | « chrome/browser/profiles/profile_attributes_storage_unittest.cc ('k') | chrome/browser/profiles/profile_info_cache.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698