| Index: base/callback.h.pump
|
| diff --git a/base/callback.h.pump b/base/callback.h.pump
|
| index 3b9aa733bd93ab865d244c11c1e653e4b0c173e6..82b643e49488cea407ce95e4aecbe225e0c383ab 100644
|
| --- a/base/callback.h.pump
|
| +++ b/base/callback.h.pump
|
| @@ -274,6 +274,10 @@ $for ARG , [[typename internal::ParamTraits<A$(ARG)>::ForwardType]]);
|
| callback_type_does_not_match_bind_result);
|
| }
|
|
|
| + bool Equals(const Callback& other) const {
|
| + return CallbackBase::Equals(other);
|
| + }
|
| +
|
| R Run($for ARG ,
|
| [[typename internal::ParamTraits<A$(ARG)>::ForwardType a$(ARG)]]) const {
|
| PolymorphicInvoke f =
|
|
|