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

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: Review for Raghu. 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 3d508081238d3d584664037a643bd460f3ea95c8..f90aaafa89a00bf6d125be466631e926e5677984 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -901,9 +901,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