| Index: base/bind_internal.h.pump
|
| diff --git a/base/bind_internal.h.pump b/base/bind_internal.h.pump
|
| index 1192974455f4c63b68bc499fb34c8cf13177403e..53dcbd3a618c71a9336e44563e92645c8c6eca38 100644
|
| --- a/base/bind_internal.h.pump
|
| +++ b/base/bind_internal.h.pump
|
| @@ -5,13 +5,8 @@ $$
|
| $$ http://code.google.com/p/googletest/wiki/PumpManual
|
| $$
|
|
|
| -// TODO(ajwong): If you create an fully unbound method, is there a way to
|
| -// enforce the first argument must be refcounted? Or do we just say
|
| -// "oh well"?
|
| -//
|
| -// Do we want to allow creating a fully unbound method??
|
| -
|
| -$var MAX_ARITY = 6
|
| +$$ See comment for MAX_ARITY in base/bind.h.pump.
|
| +$var MAX_ARITY = 7
|
| $range ARITY 0..MAX_ARITY
|
|
|
| // Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
|
|