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

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: 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
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;
« no previous file with comments | « chrome/browser/ui/cocoa/profiles/user_manager_mac_unittest.mm ('k') | chrome/browser/ui/views/profiles/user_manager_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698