summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profiles/avatar_menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/profiles/avatar_menu.h')
-rw-r--r--chrome/browser/profiles/avatar_menu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/browser/profiles/avatar_menu.h b/chrome/browser/profiles/avatar_menu.h
index 80f24fd..13f9476 100644
--- a/chrome/browser/profiles/avatar_menu.h
+++ b/chrome/browser/profiles/avatar_menu.h
@@ -67,6 +67,9 @@ class AvatarMenu : public content::NotificationObserver {
// The index in the |profile_cache| for this profile.
size_t profile_index;
+
+ // The path of this profile.
+ base::FilePath profile_path;
};
// Constructor. |observer| can be NULL. |browser| can be NULL and a new one
@@ -88,9 +91,6 @@ class AvatarMenu : public content::NotificationObserver {
// Compare items by name.
static bool CompareItems(const Item* item1, const Item* item2);
- // Creates a new guest user window.
- static void SwitchToGuestProfileWindow(chrome::HostDesktopType desktop_type);
-
// Opens a Browser with the specified profile in response to the user
// selecting an item. If |always_create| is true then a new window is created
// even if a window for that profile already exists.