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

Unified Diff: chrome/browser/profiles/avatar_menu_actions_desktop.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_desktop.h
diff --git a/chrome/browser/profiles/avatar_menu_actions_desktop.h b/chrome/browser/profiles/avatar_menu_actions_desktop.h
index a015c37fed70e3d512c4547629d0f08e87e054aa..f6d38604fb045d919c7e19adb6e1ef7a6b1ac845 100644
--- a/chrome/browser/profiles/avatar_menu_actions_desktop.h
+++ b/chrome/browser/profiles/avatar_menu_actions_desktop.h
@@ -20,7 +20,7 @@ class AvatarMenuActionsDesktop : public AvatarMenuActions {
// AvatarMenuActions overrides:
void AddNewProfile(ProfileMetrics::ProfileAdd type) override;
- void EditProfile(Profile* profile, size_t index) override;
+ void EditProfile(Profile* profile) override;
bool ShouldShowAddNewProfileLink() const override;
bool ShouldShowEditProfileLink() const override;
void ActiveBrowserChanged(Browser* browser) override;

Powered by Google App Engine
This is Rietveld 408576698