| Index: chrome/browser/profiles/profile_info_interface.h
|
| diff --git a/chrome/browser/profiles/profile_info_interface.h b/chrome/browser/profiles/profile_info_interface.h
|
| index 2534a6b266b91908df3ffc0b5b61468b35a98fd2..a261e34b375b1449a30f24f3ed46ec6e51f2feab 100644
|
| --- a/chrome/browser/profiles/profile_info_interface.h
|
| +++ b/chrome/browser/profiles/profile_info_interface.h
|
| @@ -19,6 +19,8 @@ class Image;
|
| // This abstract interface is used to query the profiles backend for information
|
| // about the different profiles. Its sole concrete implementation is the
|
| // ProfileInfoCache. This interface exists largely to assist in testing.
|
| +// The ProfileInfoInterface is being deprecated. Prefer using the
|
| +// ProfileAttributesStorage and avoid using the Get*AtIndex family of functions.
|
| class ProfileInfoInterface {
|
| public:
|
| virtual size_t GetNumberOfProfiles() const = 0;
|
|
|