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 6182bbee363a77e0e59f3efdcd8b8ba55b72368f..6e3585c8be24727014183774e355e8dcb9df0a74 100644 |
--- a/chrome/browser/profiles/profile_info_cache_observer.h |
+++ b/chrome/browser/profiles/profile_info_cache_observer.h |
@@ -27,6 +27,8 @@ class ProfileInfoCacheObserver { |
virtual void OnProfileAvatarChanged(const base::FilePath& profile_path) {} |
virtual void OnProfileSigninRequiredChanged( |
const base::FilePath& profile_path) {} |
+ virtual void OnProfileSupervisedUserIdChanged( |
+ const base::FilePath& profile_path) {} |
protected: |
ProfileInfoCacheObserver() {} |