summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.cc
diff options
context:
space:
mode:
authortim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-10 00:42:53 +0000
committertim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-10 00:42:53 +0000
commit171f24d84290d462429f9d6f58f0c7db39ef7fb0 (patch)
tree1500e1a6332ffeda49a52025b2b717eb5964cefc /chrome/common/chrome_switches.cc
parent093e659784976999f6bacf05239e15eb0633bca1 (diff)
downloadchromium_src-171f24d84290d462429f9d6f58f0c7db39ef7fb0.zip
chromium_src-171f24d84290d462429f9d6f58f0c7db39ef7fb0.tar.gz
chromium_src-171f24d84290d462429f9d6f58f0c7db39ef7fb0.tar.bz2
Remove pthreads from build and installer files.
We can yank it from deps/ following this. BUG=19895 TEST=sync_unit_tests Review URL: http://codereview.chromium.org/261042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28642 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.cc')
-rw-r--r--chrome/common/chrome_switches.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/chrome_switches.cc b/chrome/common/chrome_switches.cc
index ae52818..04440a4 100644
--- a/chrome/common/chrome_switches.cc
+++ b/chrome/common/chrome_switches.cc
@@ -391,10 +391,6 @@ const wchar_t kDisableSync[] = L"disable-sync";
// Stop(). Should only use if you experience problems with the default.
const wchar_t kSyncerThreadTimedStop[] = L"syncer-thread-timed-stop";
-// Use the old pthreads SyncerThread implementation.
-// Should only use if you experience problems with the default.
-const wchar_t kSyncerThreadPthreads[] = L"syncer-thread-pthreads";
-
// Enable support for SDCH filtering (dictionary based expansion of content).
// Optional argument is *the* only domain name that will have SDCH suppport.
// Default is "-enable-sdch" to advertise SDCH on all domains.