| Index: chrome/browser/profiles/profile_manager.cc
|
| diff --git a/chrome/browser/profiles/profile_manager.cc b/chrome/browser/profiles/profile_manager.cc
|
| index 6cf3a09e95103a161d07fcd0d9412409ed14a0e4..c30950a52ddb73253d471c5420dd65f3b0a36ae5 100644
|
| --- a/chrome/browser/profiles/profile_manager.cc
|
| +++ b/chrome/browser/profiles/profile_manager.cc
|
| @@ -52,7 +52,7 @@ class NewProfileLauncher : public ProfileManagerObserver {
|
| Browser::NewWindowWithProfile(profile);
|
| ProfileSyncService* service = profile->GetProfileSyncService();
|
| DCHECK(service);
|
| - service->ShowLoginDialog(NULL);
|
| + service->ShowLoginDialog();
|
| ProfileSyncService::SyncEvent(ProfileSyncService::START_FROM_PROFILE_MENU);
|
| }
|
|
|
|
|