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

Unified Diff: chrome/browser/profiles/avatar_menu_actions_desktop.cc

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.cc
diff --git a/chrome/browser/profiles/avatar_menu_actions_desktop.cc b/chrome/browser/profiles/avatar_menu_actions_desktop.cc
index 97102ed5a5744082bd4b616c544c7a60b70ad477..ec9ede170fb12f6c29d78c9bb6437fbddd8da993 100644
--- a/chrome/browser/profiles/avatar_menu_actions_desktop.cc
+++ b/chrome/browser/profiles/avatar_menu_actions_desktop.cc
@@ -48,7 +48,7 @@ void AvatarMenuActionsDesktop::AddNewProfile(ProfileMetrics::ProfileAdd type) {
ProfileMetrics::LogProfileAddNewUser(type);
}
-void AvatarMenuActionsDesktop::EditProfile(Profile* profile, size_t index) {
+void AvatarMenuActionsDesktop::EditProfile(Profile* profile) {
Browser* settings_browser = browser_;
if (!settings_browser) {
settings_browser = new Browser(

Powered by Google App Engine
This is Rietveld 408576698