summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles/profile_info_interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profiles/profile_info_interface.h')
-rw-r--r--chrome/browser/profiles/profile_info_interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/browser/profiles/profile_info_interface.h b/chrome/browser/profiles/profile_info_interface.h
index b43c4c1..9677be9 100644
--- a/chrome/browser/profiles/profile_info_interface.h
+++ b/chrome/browser/profiles/profile_info_interface.h
@@ -26,6 +26,8 @@ class ProfileInfoInterface {
virtual FilePath GetPathOfProfileAtIndex(size_t index) const = 0;
+ virtual string16 GetUserNameOfProfileAtIndex(size_t index) const = 0;
+
virtual const gfx::Image& GetAvatarIconOfProfileAtIndex(
size_t index) const = 0;