diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/chrome_switches.cc | 21 | ||||
-rw-r--r-- | chrome/common/chrome_switches.h | 7 |
2 files changed, 0 insertions, 28 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc index 26d76a9..1c9b9d7 100644 --- a/chrome/common/chrome_switches.cc +++ b/chrome/common/chrome_switches.cc @@ -980,15 +980,6 @@ const char kSingleProcess[] = "single-process"; // Start the browser maximized, regardless of any previous settings. const char kStartMaximized[] = "start-maximized"; -// Control Sync XMPP client settings. -const char kSyncAllowPlain[] = "allow-plain"; - -// Control Sync XMPP client settings. -const char kSyncDisableTls[] = "disable-tls"; - -// Email used for sync. -const char kSyncEmail[] = "email"; - // Use the SyncerThread implementation that matches up with the old pthread // impl semantics, but using Chrome synchronization primitives. The only // difference between this and the default is that we now have no timeout on @@ -1001,24 +992,12 @@ const char kSyncNotificationMethod[] = "sync-notification-method"; // Override the default host used for sync notifications. const char kSyncNotificationHost[] = "sync-notification-host"; -// Password used for sync. -const char kSyncPassword[] = "password"; - -// Port used for sync. -const char kSyncPort[] = "port"; - -// Server used for sync. -const char kSyncServer[] = "server"; - // Override the default server used for profile sync. const char kSyncServiceURL[] = "sync-url"; // Control Sync XMPP client settings. const char kSyncUseSslTcp[] = "use-ssl-tcp"; -// Control Sync XMPP client settings. -const char kSyncUseCacheInvalidation[] = "use-cache-invalidation"; - // Pass the name of the current running automated test to Chrome. const char kTestName[] = "test-name"; diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 698a8be..3676599 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -275,18 +275,11 @@ extern const char kSilentDumpOnDCHECK[]; extern const char kSimpleDataSource[]; extern const char kSingleProcess[]; extern const char kStartMaximized[]; -extern const char kSyncAllowPlain[]; -extern const char kSyncDisableTls[]; -extern const char kSyncEmail[]; extern const char kSyncerThreadTimedStop[]; extern const char kSyncNotificationMethod[]; extern const char kSyncNotificationHost[]; -extern const char kSyncPassword[]; -extern const char kSyncPort[]; -extern const char kSyncServer[]; extern const char kSyncServiceURL[]; extern const char kSyncUseSslTcp[]; -extern const char kSyncUseCacheInvalidation[]; extern const char kTestNaClSandbox[]; extern const char kTestName[]; extern const char kTestSandbox[]; |