Chromium Code Reviews| Index: chrome/browser/profiles/avatar_menu_actions.h |
| diff --git a/chrome/browser/profiles/avatar_menu_actions.h b/chrome/browser/profiles/avatar_menu_actions.h |
| index ec49fe9b13a6756d923458614f3789c128c03ff2..99123271a4b40da1171f842592cabf21d3954cb2 100644 |
| --- a/chrome/browser/profiles/avatar_menu_actions.h |
| +++ b/chrome/browser/profiles/avatar_menu_actions.h |
| @@ -23,7 +23,7 @@ class AvatarMenuActions { |
| virtual void AddNewProfile(ProfileMetrics::ProfileAdd type) = 0; |
| // Allows the user to edit the profile at the given index in the cache. |
|
Mike Lerman
2015/08/06 16:06:19
change the comment, there's no index anymore.
|
| - virtual void EditProfile(Profile* profile, size_t index) = 0; |
| + virtual void EditProfile(Profile* profile) = 0; |
| // Returns true if the add profile link should be shown. |
| virtual bool ShouldShowAddNewProfileLink() const = 0; |