diff options
author | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-16 23:18:50 +0000 |
---|---|---|
committer | jhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-16 23:18:50 +0000 |
commit | ab30bda9bf5af1f6de7b12e5751a977c36f36e74 (patch) | |
tree | 6c849dd3cbaefa3419ab08550d07021b9ddf13fb /base/bind.h.pump | |
parent | aa2ad993cee8d371c40cdfd0beee83bfaba89ca4 (diff) | |
download | chromium_src-ab30bda9bf5af1f6de7b12e5751a977c36f36e74.zip chromium_src-ab30bda9bf5af1f6de7b12e5751a977c36f36e74.tar.gz chromium_src-ab30bda9bf5af1f6de7b12e5751a977c36f36e74.tar.bz2 |
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
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@105754 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 eca00cd..ea94ff0 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 = 6 +$var MAX_ARITY = 7 // Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be |