summaryrefslogtreecommitdiffstats
path: root/chrome/browser/dom_ui
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/dom_ui
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/dom_ui')
-rw-r--r--chrome/browser/dom_ui/new_tab_ui.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/dom_ui/new_tab_ui.cc b/chrome/browser/dom_ui/new_tab_ui.cc
index 2a418c9..1e3bfa7 100644
--- a/chrome/browser/dom_ui/new_tab_ui.cc
+++ b/chrome/browser/dom_ui/new_tab_ui.cc
@@ -561,7 +561,7 @@ NewTabUI::NewTabUI(TabContents* contents)
if (WebResourcesEnabled())
AddMessageHandler((new TipsHandler())->Attach(this));
-#if defined(BROWSER_SYNC)
+#if defined(BROWSER_SYNC) && !defined(OS_POSIX)
if (!CommandLine::ForCurrentProcess()->HasSwitch(switches::kDisableSync)) {
AddMessageHandler((new NewTabPageSyncHandler())->Attach(this));
}