diff options
author | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-10 00:42:53 +0000 |
---|---|---|
committer | tim@chromium.org <tim@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-10 00:42:53 +0000 |
commit | 171f24d84290d462429f9d6f58f0c7db39ef7fb0 (patch) | |
tree | 1500e1a6332ffeda49a52025b2b717eb5964cefc /chrome/common/chrome_switches.h | |
parent | 093e659784976999f6bacf05239e15eb0633bca1 (diff) | |
download | chromium_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.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index 8c43fc5..37c6b3a 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -144,7 +144,6 @@ extern const wchar_t kEnableFastback[]; extern const wchar_t kDisableSync[]; extern const wchar_t kSyncerThreadTimedStop[]; -extern const wchar_t kSyncerThreadPthreads[]; extern const wchar_t kSdchFilter[]; |