Index: chrome/browser/sync/profile_sync_service.cc |
=================================================================== |
--- chrome/browser/sync/profile_sync_service.cc (revision 32728) |
+++ chrome/browser/sync/profile_sync_service.cc (working copy) |
@@ -426,7 +426,7 @@ |
bool ProfileSyncService::IsSyncEnabled() { |
#if defined(OS_POSIX) |
- return CommandLine::ForCurrentProcess()->HasSwitch(switches::kEnableSync); |
+ return false; |
#else |
return !CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisableSync); |
#endif |