Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4823)

Unified Diff: chrome/browser/profiles/avatar_menu_actions.h

Issue 1242793005: Refactor most c/b/profiles calls to ProfileInfoCache. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Windows unit test and ChromeOS build Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698