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.h | |
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.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index fea5e43..ff8ac12 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -80,6 +80,7 @@ extern const char kEnableSeccompSandbox[]; extern const char kEnableSessionStorage[]; extern const char kEnableSharedWorkers[]; extern const char kEnableStatsTable[]; +extern const char kEnableSync[]; extern const char kEnableTabtastic2[]; extern const char kEnableUserDataDirProfiles[]; extern const char kEnableUserScripts[]; |