Chromium Code Reviews

Unified Diff: chrome/browser/ui/views/profiles/user_manager_view.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: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: chrome/browser/ui/views/profiles/user_manager_view.h
diff --git a/chrome/browser/ui/views/profiles/user_manager_view.h b/chrome/browser/ui/views/profiles/user_manager_view.h
index 39230bfc0805fb79866466f9355b3485ee9007e8..7637f772f19edb171c2f584e6d34e2475354069a 100644
--- a/chrome/browser/ui/views/profiles/user_manager_view.h
+++ b/chrome/browser/ui/views/profiles/user_manager_view.h
@@ -35,10 +35,9 @@ class UserManagerView : public views::DialogDelegateView {
explicit UserManagerView(Profile* profile);
virtual ~UserManagerView();
- // Creates a new UserManagerView instance for the |guest_profile| and
- // shows the |url|.
- static void OnGuestProfileCreated(Profile* guest_profile,
- const std::string& url);
+ // Creates a new UserManagerView instance for |profile| and shows the |url|.
+ static void OnUserManagerProfileCreated(Profile* profile,
+ const std::string& url);
// views::View:
virtual gfx::Size GetPreferredSize() OVERRIDE;

Powered by Google App Engine