| 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 d369f6a971d91e80bd6c9359e0b618dabfba0d2b..66f67417734a50b8fd02ff06e69e5078c20e97c5 100644
|
| --- a/chrome/browser/profiles/profile_info_interface.h
|
| +++ b/chrome/browser/profiles/profile_info_interface.h
|
| @@ -53,9 +53,6 @@ class ProfileInfoInterface {
|
| virtual base::string16 GetGAIAGivenNameOfProfileAtIndex(
|
| size_t index) const = 0;
|
|
|
| - // Checks if the GAIA name should be used as the profile's name.
|
| - virtual bool IsUsingGAIANameOfProfileAtIndex(size_t index) const = 0;
|
| -
|
| virtual const gfx::Image* GetGAIAPictureOfProfileAtIndex(
|
| size_t index) const = 0;
|
|
|
|
|