Chromium Code Reviews| Index: chrome/browser/browser.cc |
| =================================================================== |
| --- chrome/browser/browser.cc (revision 29327) |
| +++ chrome/browser/browser.cc (working copy) |
| @@ -1194,7 +1194,7 @@ |
| if (service->HasSyncSetupCompleted()) { |
| ShowOptionsWindow(OPTIONS_PAGE_CONTENT, OPTIONS_GROUP_NONE, profile_); |
| } else { |
| - service->EnableForUser(); |
| + service->EnableForUser(NULL); |
| ProfileSyncService::SyncEvent(ProfileSyncService::START_FROM_WRENCH); |
| } |
| } |