| 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 a7a343750eebf6f9a19360f69642e2b0fba1aa4e..79fce40ebb653076e1f6e565479f1cd1ef22ceda 100644
|
| --- a/chrome/browser/profiles/profile_info_cache_observer.h
|
| +++ b/chrome/browser/profiles/profile_info_cache_observer.h
|
| @@ -32,6 +32,8 @@ class ProfileInfoCacheObserver {
|
| const base::FilePath& profile_path) {}
|
| virtual void OnProfileSupervisedUserIdChanged(
|
| const base::FilePath& profile_path) {}
|
| + virtual void OnProfileIsOmittedChanged(
|
| + const base::FilePath& profile_path) {}
|
|
|
| protected:
|
| ProfileInfoCacheObserver() {}
|
|
|