summaryrefslogtreecommitdiffstats
path: root/chrome/browser/profile.cc
diff options
context:
space:
mode:
authorzork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-23 22:25:59 +0000
committerzork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-23 22:25:59 +0000
commitaf7ebc2eadbf1a1658c1842e8c04c7736efb71d9 (patch)
tree7bf917603a6eb2839d4318237573837166dbdcfd /chrome/browser/profile.cc
parent1fcb1113ac499e6bc38f8d7ebf8f03a6635e7b81 (diff)
downloadchromium_src-af7ebc2eadbf1a1658c1842e8c04c7736efb71d9.zip
chromium_src-af7ebc2eadbf1a1658c1842e8c04c7736efb71d9.tar.gz
chromium_src-af7ebc2eadbf1a1658c1842e8c04c7736efb71d9.tar.bz2
Build sync by default on all platforms. This also turns off sync on both Linux and Mac, so that even though the code is compiled, it won't run.
BUG=none TEST=none Review URL: http://codereview.chromium.org/314016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29961 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile.cc')
-rw-r--r--chrome/browser/profile.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/profile.cc b/chrome/browser/profile.cc
index b8af2e9..e44a61c 100644
--- a/chrome/browser/profile.cc
+++ b/chrome/browser/profile.cc
@@ -1355,7 +1355,7 @@ void ProfileImpl::StopCreateSessionServiceTimer() {
}
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();