diff options
author | zork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-26 21:49:35 +0000 |
---|---|---|
committer | zork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-26 21:49:35 +0000 |
commit | 163200d8a7018cb54c442154ff65dc2ebd958f6f (patch) | |
tree | 1833d16fd952aae38d5b3bf42d53978a219f14cb /chrome/browser/profile.cc | |
parent | 04d2c301427de6e7da85546437d286971cff1cff (diff) | |
download | chromium_src-163200d8a7018cb54c442154ff65dc2ebd958f6f.zip chromium_src-163200d8a7018cb54c442154ff65dc2ebd958f6f.tar.gz chromium_src-163200d8a7018cb54c442154ff65dc2ebd958f6f.tar.bz2 |
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
Diffstat (limited to 'chrome/browser/profile.cc')
-rw-r--r-- | chrome/browser/profile.cc | 2 |
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(); |