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

Issue 2103113002: Remove overloads for Callback in bind_helpers.h (Closed)

Created:
4 years, 5 months ago by tzik
Modified:
4 years, 5 months ago
Reviewers:
Yuta Kitamura
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@00_remove_unused
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove overloads for Callback in bind_helpers.h The removed overload and specializations are no longer needed, and they prevent binding move-only functor into a callback. BUG=554299 Committed: https://crrev.com/14f813fa11da84bd87e240869ae0d1322a41ea9c Cr-Commit-Position: refs/heads/master@{#402752}

Patch Set 1 #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -17 lines) Patch
M base/bind_helpers.h View 3 chunks +4 lines, -17 lines 4 comments Download

Depends on Patchset:

Dependent Patchsets:

Messages

Total messages: 12 (6 generated)
tzik
PTAL
4 years, 5 months ago (2016-06-28 14:33:11 UTC) #4
Yuta Kitamura
LGTM, just have one minor question. https://codereview.chromium.org/2103113002/diff/1/base/bind_helpers.h File base/bind_helpers.h (right): https://codereview.chromium.org/2103113002/diff/1/base/bind_helpers.h#newcode347 base/bind_helpers.h:347: explicit IgnoreResultHelper(T functor) ...
4 years, 5 months ago (2016-06-29 00:07:55 UTC) #5
tzik
https://codereview.chromium.org/2103113002/diff/1/base/bind_helpers.h File base/bind_helpers.h (right): https://codereview.chromium.org/2103113002/diff/1/base/bind_helpers.h#newcode347 base/bind_helpers.h:347: explicit IgnoreResultHelper(T functor) : functor_(std::move(functor)) {} On 2016/06/29 00:07:55, ...
4 years, 5 months ago (2016-06-29 02:49:08 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2103113002/1
4 years, 5 months ago (2016-06-29 04:32:18 UTC) #8
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 5 months ago (2016-06-29 08:18:54 UTC) #10
commit-bot: I haz the power
4 years, 5 months ago (2016-06-29 08:20:27 UTC) #12
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/14f813fa11da84bd87e240869ae0d1322a41ea9c
Cr-Commit-Position: refs/heads/master@{#402752}

Powered by Google App Engine
This is Rietveld 408576698