diff options
author | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-26 17:28:21 +0000 |
---|---|---|
committer | akalin@chromium.org <akalin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-26 17:28:21 +0000 |
commit | e3688a2a3262b633d08837e336a0c41f28c72f37 (patch) | |
tree | a15bb77432383bd8b7631efa8bafa5abe67d0f02 /chrome/common/chrome_switches.h | |
parent | e3f589a8ff35b87a387f17bf002cb81041c45a43 (diff) | |
download | chromium_src-e3688a2a3262b633d08837e336a0c41f28c72f37.zip chromium_src-e3688a2a3262b633d08837e336a0c41f28c72f37.tar.gz chromium_src-e3688a2a3262b633d08837e336a0c41f28c72f37.tar.bz2 |
[Sync] Added some switches for testing/debugging.
Added back in --sync-invalidate-xmpp-login (now, not only in debug mode!).
Added --sync-allow-insecure-xmpp-connection, which enables sync to
connect to insecure XMPP servers (e.g., a local one).
Changed --use-ssl-tcp to --sync-try-ssltcp-first-for-xmpp.
BUG=None
TEST=Manual
Review URL: http://codereview.chromium.org/4158001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63903 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 3676599..62995a2 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -275,11 +275,13 @@ extern const char kSilentDumpOnDCHECK[]; extern const char kSimpleDataSource[]; extern const char kSingleProcess[]; extern const char kStartMaximized[]; +extern const char kSyncAllowInsecureXmppConnection[]; +extern const char kSyncInvalidateXmppLogin[]; extern const char kSyncerThreadTimedStop[]; extern const char kSyncNotificationMethod[]; extern const char kSyncNotificationHost[]; extern const char kSyncServiceURL[]; -extern const char kSyncUseSslTcp[]; +extern const char kSyncTrySsltcpFirstForXmpp[]; extern const char kTestNaClSandbox[]; extern const char kTestName[]; extern const char kTestSandbox[]; |