summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authorakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-12 17:23:43 +0000
committerakalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-12 17:23:43 +0000
commiteec3bcfa9e92a62fef68293ccbef32b6ef98eea7 (patch)
tree0935285f90235f0303659055197f179fb5d7c23b /chrome/common/chrome_switches.cc
parentfc701137f192ee798ee6d9a41cf11fcb34d218bb (diff)
downloadchromium_src-eec3bcfa9e92a62fef68293ccbef32b6ef98eea7.zip
chromium_src-eec3bcfa9e92a62fef68293ccbef32b6ef98eea7.tar.gz
chromium_src-eec3bcfa9e92a62fef68293ccbef32b6ef98eea7.tar.bz2
Turn on sync for OS X (behind an --enable-sync switch).
Added ProfileSyncService::IsSyncEnabled(). BUG=23073 TEST=manually (OS X),trybot Review URL: http://codereview.chromium.org/389019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31789 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index e91f5d1..072f02e 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -226,6 +226,9 @@ const char kEnableSharedWorkers[] = "enable-shared-workers";
// Enables StatsTable, logging statistics to a global named shared memory table.
const char kEnableStatsTable[] = "enable-stats-table";
+// Enable syncing bookmarks to a Google Account.
+const char kEnableSync[] = "enable-sync";
+
// Enables the new Tabstrip on Windows.
const char kEnableTabtastic2[] = "enable-tabtastic2";