| Index: chrome/browser/profiles/profile_manager.cc
|
| ===================================================================
|
| --- chrome/browser/profiles/profile_manager.cc (revision 84869)
|
| +++ chrome/browser/profiles/profile_manager.cc (working copy)
|
| @@ -85,7 +85,7 @@
|
| Browser::NewWindowWithProfile(profile);
|
| ProfileSyncService* service = profile->GetProfileSyncService();
|
| DCHECK(service);
|
| - service->ShowLoginDialog();
|
| + service->ShowLoginDialog(NULL);
|
| ProfileSyncService::SyncEvent(ProfileSyncService::START_FROM_PROFILE_MENU);
|
| }
|
|
|
|
|