| 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;
|
|
|