diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 20:40:07 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-16 20:40:07 +0000 |
commit | ce8ecfa68eb910eb86873c564fc83bd6d4d210be (patch) | |
tree | e2a5c6a7cd324976a370da85eeffbee4de150bac /chrome/common/chrome_switches.h | |
parent | 77f037650c26466d95ed6b138adff38873f0f7d9 (diff) | |
download | chromium_src-ce8ecfa68eb910eb86873c564fc83bd6d4d210be.zip chromium_src-ce8ecfa68eb910eb86873c564fc83bd6d4d210be.tar.gz chromium_src-ce8ecfa68eb910eb86873c564fc83bd6d4d210be.tar.bz2 |
Added switch to use ChromeAsyncSocket for sync.
BUG=45612
TEST=manual
Review URL: http://codereview.chromium.org/2819049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52737 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 06429d1..074cc2a 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -249,6 +249,7 @@ extern const char kSyncPassword[]; extern const char kSyncPort[]; extern const char kSyncServer[]; extern const char kSyncServiceURL[]; +extern const char kSyncUseChromeAsyncSocket[]; extern const char kSyncUseSslTcp[]; extern const char kSyncUseCacheInvalidation[]; extern const char kTestNaClSandbox[]; |