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

Unified Diff: chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.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/chromeos/profiles/avatar_menu_actions_chromeos.h
diff --git a/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h b/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h
index 75420f85f5b69ad7dcb26ea1cfc526c205004cda..5889993f60eab33d6f509f2b3944d5d5c76d1dca 100644
--- a/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h
+++ b/chrome/browser/chromeos/profiles/avatar_menu_actions_chromeos.h
@@ -21,7 +21,7 @@ class AvatarMenuActionsChromeOS : 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