diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-19 21:45:15 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-19 21:45:15 +0000 |
commit | 7fde4708eada3a3f1b8f5f0ec77aa5a8d4f054b2 (patch) | |
tree | a931ab06402d4ab322e777fa907526d00a72d3ef /base/bind.h.pump | |
parent | fc7b441f6e9541d111fadd050d0cbdb6ac761614 (diff) | |
download | chromium_src-7fde4708eada3a3f1b8f5f0ec77aa5a8d4f054b2.zip chromium_src-7fde4708eada3a3f1b8f5f0ec77aa5a8d4f054b2.tar.gz chromium_src-7fde4708eada3a3f1b8f5f0ec77aa5a8d4f054b2.tar.bz2 |
Reverting as an experiment to determine if this caused increased Win build
times.
Revert 105754 - base::Bind: Increase the arity to 7.
This is required by a CL I have in the works.
Stats from builds of Release Chrome target with -j12:
Build time: -0.2%, within the noise.
Size: No change in size of chrome binary.
BUG=98542
TEST=none
R=ajwong@chromium.org,akalin@chromium.org,willchan@chromium.org
Review URL: http://codereview.chromium.org/8306008
TBR=jhawkins@chromium.org
Review URL: http://codereview.chromium.org/8344065
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106386 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 ea94ff0..eca00cd 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 = 7 +$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 |