From ce8ecfa68eb910eb86873c564fc83bd6d4d210be Mon Sep 17 00:00:00 2001 From: "akalin@chromium.org" Date: Fri, 16 Jul 2010 20:40:07 +0000 Subject: 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 --- chrome/common/chrome_switches.h | 1 + 1 file changed, 1 insertion(+) (limited to 'chrome/common/chrome_switches.h') 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[]; -- cgit v1.1