diff options
author | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-24 01:03:40 +0000 |
---|---|---|
committer | ajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-24 01:03:40 +0000 |
commit | a1101d69bc7fb29d08bbd9041c1d2db691dd7596 (patch) | |
tree | 5924d2e213117713b66941b9a4241f74bb90bb53 /base/bind.h.pump | |
parent | 61afeaefdec2f6a7898246610bcb9594849a279b (diff) | |
download | chromium_src-a1101d69bc7fb29d08bbd9041c1d2db691dd7596.zip chromium_src-a1101d69bc7fb29d08bbd9041c1d2db691dd7596.tar.gz chromium_src-a1101d69bc7fb29d08bbd9041c1d2db691dd7596.tar.bz2 |
Revert "Increase Bind/Callback Arity from 6 -> 11: These go to eleven."
This reverts r111410.
Doing this increased Win builder cycle time by about 10s on incrementals
(eyeballed from stats dashboard). Alas, 11 proved to be too high for
us.
BUG=98542
TEST=none
Review URL: http://codereview.chromium.org/8682030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111463 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/bind.h.pump')
-rw-r--r-- | base/bind.h.pump | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/bind.h.pump b/base/bind.h.pump index 92ed920..11b4667 100644 --- a/base/bind.h.pump +++ b/base/bind.h.pump @@ -5,7 +5,7 @@ $$ $$ http://code.google.com/p/googletest/wiki/PumpManual $$ -$var MAX_ARITY = 11 +$var MAX_ARITY = 6 // Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be |