Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2147)

Unified Diff: chrome/common/chrome_switches.cc

Issue 6874018: make new syncer thread the default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Send for CR. Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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";

Powered by Google App Engine
This is Rietveld 408576698