Chromium Code Reviews| Index: chrome/browser/profile.cc |
| =================================================================== |
| --- chrome/browser/profile.cc (revision 30060) |
| +++ chrome/browser/profile.cc (working copy) |
| @@ -1355,7 +1355,7 @@ |
| } |
| ProfileSyncService* ProfileImpl::GetProfileSyncService() { |
| -#if defined(BROWSER_SYNC) |
| +#if defined(BROWSER_SYNC) && !defined(OS_POSIX) |
| if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisableSync)) { |
| if (!sync_service_.get()) |
| InitSyncService(); |