From ab30bda9bf5af1f6de7b12e5751a977c36f36e74 Mon Sep 17 00:00:00 2001 From: "jhawkins@chromium.org" Date: Sun, 16 Oct 2011 23:18:50 +0000 Subject: 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 --- base/bind.h.pump | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/bind.h.pump') 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 -- cgit v1.1