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

Unified Diff: chrome/browser/ui/views/profiles/user_manager_view.h

Issue 847733005: Move User Manager onto a System profile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 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 aca8480499e6bb1152fdd6af5451cb53aa02942f..11fc1ff2c742ba68d9cc91286232133c296557d0 100644
--- a/chrome/browser/ui/views/profiles/user_manager_view.h
+++ b/chrome/browser/ui/views/profiles/user_manager_view.h
@@ -22,11 +22,11 @@ class UserManagerView : public views::DialogDelegateView {
// Do not call directly. To display the User Manager, use UserManager::Show().
UserManagerView();
- // Creates a new UserManagerView instance for the |guest_profile| and
- // shows the |url|.
- static void OnGuestProfileCreated(scoped_ptr<UserManagerView> instance,
- Profile* guest_profile,
- const std::string& url);
+ // Creates a new UserManagerView instance for the |system_profile| and shows
+ // the |url|.
+ static void OnSystemProfileCreated(scoped_ptr<UserManagerView> instance,
+ Profile* system_profile,
+ const std::string& url);
private:
~UserManagerView() 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