diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-12 17:23:43 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-11-12 17:23:43 +0000 |
commit | eec3bcfa9e92a62fef68293ccbef32b6ef98eea7 (patch) | |
tree | 0935285f90235f0303659055197f179fb5d7c23b /chrome/common/chrome_switches.cc | |
parent | fc701137f192ee798ee6d9a41cf11fcb34d218bb (diff) | |
download | chromium_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.cc | 3 |
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"; |