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