| Index: chrome/common/chrome_switches.cc
|
| diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
|
| index 83e93228151f3fbcafddc064f83f12608b1d5f62..3004b06c4a7f55ecec78124e82d0c48d063f32af 100644
|
| --- a/chrome/common/chrome_switches.cc
|
| +++ b/chrome/common/chrome_switches.cc
|
| @@ -1019,9 +1019,6 @@ const char kSyncServiceURL[] = "sync-url";
|
| // Try to connect to XMPP using SSLTCP first (for testing).
|
| const char kSyncTrySsltcpFirstForXmpp[] = "sync-try-ssltcp-first-for-xmpp";
|
|
|
| -// Use new experimental SyncerThread implementation and friends.
|
| -const char kNewSyncerThread[] = "new-syncer-thread";
|
| -
|
| // Pass the name of the current running automated test to Chrome.
|
| const char kTestName[] = "test-name";
|
|
|
|
|