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

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

Issue 33753002: Sooper experimental refactoring of the profile info cache. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 7 years, 2 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
« no previous file with comments | « chrome/browser/profiles/profile_list.h ('k') | chrome/browser/profiles/profile_list_desktop.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_list_desktop.h
diff --git a/chrome/browser/profiles/profile_list_desktop.h b/chrome/browser/profiles/profile_list_desktop.h
index f0e85ca82abd8f46c1b634297701641b5bf8b944..8047c275ecfd61587b3359a0b272912e465904fb 100644
--- a/chrome/browser/profiles/profile_list_desktop.h
+++ b/chrome/browser/profiles/profile_list_desktop.h
@@ -21,6 +21,7 @@ class ProfileListDesktop : public ProfileList {
// ProfileList overrides:
virtual size_t GetNumberOfItems() const OVERRIDE;
virtual const AvatarMenu::Item& GetItemAt(size_t index) const OVERRIDE;
+ virtual const AvatarMenu::Item& GetActiveItem() const OVERRIDE;
virtual void RebuildMenu() OVERRIDE;
virtual size_t MenuIndexFromProfileIndex(size_t index) OVERRIDE;
virtual void ActiveProfilePathChanged(base::FilePath& path) OVERRIDE;
« no previous file with comments | « chrome/browser/profiles/profile_list.h ('k') | chrome/browser/profiles/profile_list_desktop.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698