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-26 21:49:35 +0000
committerzork@chromium.org <zork@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-26 21:49:35 +0000
commit163200d8a7018cb54c442154ff65dc2ebd958f6f (patch)
tree1833d16fd952aae38d5b3bf42d53978a219f14cb /chrome/browser/profile.cc
parent04d2c301427de6e7da85546437d286971cff1cff (diff)
downloadchromium_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.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();