From 163200d8a7018cb54c442154ff65dc2ebd958f6f Mon Sep 17 00:00:00 2001 From: "zork@chromium.org" Date: Mon, 26 Oct 2009 21:49:35 +0000 Subject: Resubmit http://codereview.chromium.org/314016 with views fixed Review URL: http://codereview.chromium.org/338008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30106 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/browser/profile.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chrome/browser/profile.cc') 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(); -- cgit v1.1