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

Unified Diff: chrome/browser/profiles/profile_list.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_info_interface.h ('k') | chrome/browser/profiles/profile_list_desktop.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/profiles/profile_list.h
diff --git a/chrome/browser/profiles/profile_list.h b/chrome/browser/profiles/profile_list.h
index 7092d209b0c063a5489c6066afbd57779959ae33..9be0dcb647e67595b42fa09b73fbdd1ea6e796d9 100644
--- a/chrome/browser/profiles/profile_list.h
+++ b/chrome/browser/profiles/profile_list.h
@@ -22,6 +22,9 @@ class ProfileList {
// Returns the Item at the specified index.
virtual const AvatarMenu::Item& GetItemAt(size_t index) const = 0;
+ // Returns the active Item.
+ virtual const AvatarMenu::Item& GetActiveItem() const = 0;
+
// Rebuilds the menu from the data source.
virtual void RebuildMenu() = 0;
« no previous file with comments | « chrome/browser/profiles/profile_info_interface.h ('k') | chrome/browser/profiles/profile_list_desktop.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698