Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3629)

Unified Diff: base/callback_internal.h

Issue 2322313002: Split BindStateBase ctor for non-cancellable Bind (Closed)
Patch Set: revert to PS2 Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/bind_internal.h ('k') | base/callback_internal.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/callback_internal.h
diff --git a/base/callback_internal.h b/base/callback_internal.h
index 989572afb117e60df02f34ac7e09f378731b8a0b..afed81c843e408c01076d92691f81fb9153298e0 100644
--- a/base/callback_internal.h
+++ b/base/callback_internal.h
@@ -36,6 +36,8 @@ class BASE_EXPORT BindStateBase {
protected:
BindStateBase(InvokeFuncStorage polymorphic_invoke,
+ void (*destructor)(BindStateBase*));
+ BindStateBase(InvokeFuncStorage polymorphic_invoke,
void (*destructor)(BindStateBase*),
bool (*is_cancelled)(const BindStateBase*));
~BindStateBase() = default;
« no previous file with comments | « base/bind_internal.h ('k') | base/callback_internal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698