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

Unified Diff: base/callback_internal.h

Issue 2322313002: Split BindStateBase ctor for non-cancellable Bind (Closed)
Patch Set: 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
Index: base/callback_internal.h
diff --git a/base/callback_internal.h b/base/callback_internal.h
index 6de18fd39d505b42ef4c07c906ae2c4086bf59e8..02b6dfeefeb10e64bbebb7b5148bf2f94a273231 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;
« base/bind_internal.h ('K') | « base/bind_internal.h ('k') | base/callback_internal.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698