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

Unified Diff: chrome/browser/ui/cocoa/profiles/user_manager_mac.h

Issue 239543012: The User Manager should be backed by a special profile, not the guest one. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nico's comment + fix tests Created 6 years, 8 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_window.cc ('k') | chrome/browser/ui/cocoa/profiles/user_manager_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/profiles/user_manager_mac.h
diff --git a/chrome/browser/ui/cocoa/profiles/user_manager_mac.h b/chrome/browser/ui/cocoa/profiles/user_manager_mac.h
index 57786281043b8aa9d1dd01e87f1ae72455c56096..d771c1022a7c487d87d51330cd2af2fc74dbac2a 100644
--- a/chrome/browser/ui/cocoa/profiles/user_manager_mac.h
+++ b/chrome/browser/ui/cocoa/profiles/user_manager_mac.h
@@ -44,10 +44,9 @@ class UserManagerMac {
explicit UserManagerMac(Profile* profile);
virtual ~UserManagerMac();
- // Creates a new UserManagerMac instance for the |guest_profile| and
- // shows the |url|.
- static void OnGuestProfileCreated(Profile* guest_profile,
- const std::string& url);
+ // Creates a new UserManagerMac instance for |profile| and shows the |url|.
+ static void OnUserManagerProfileCreated(Profile* profile,
+ const std::string& url);
// An open User Manager window. There can only be one open at a time. This
// is reset to NULL when the window is closed.
« no previous file with comments | « chrome/browser/profiles/profile_window.cc ('k') | chrome/browser/ui/cocoa/profiles/user_manager_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698