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

Issue 2838433003: Replace unique_ptr.reset(other_unique_ptr.release()) with std::move() in chrome (Closed)

Created:
3 years, 8 months ago by Byoungkwon Ko
Modified:
3 years, 7 months ago
CC:
chromium-reviews, posciak+watch_chromium.org, chfremer+watch_chromium.org, mac-reviews_chromium.org, dcheng, chromoting-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
chromium
Visibility:
Public.

Description

Replace unique_ptr.reset(other_unique_ptr.release()) with std::move() in chrome BUG=644626 Review-Url: https://codereview.chromium.org/2838433003 Cr-Commit-Position: refs/heads/master@{#470460} Committed: https://chromium.googlesource.com/chromium/src/+/031e9182682edbd67ddae5c7bd0ba9805bb02146

Patch Set 1 #

Total comments: 2

Patch Set 2 : Replace unique_ptr.reset(other_unique_ptr.release()) with std::move() in chrome #

Patch Set 3 : Replace unique_ptr.reset(other_unique_ptr.release()) with std::move() in chrome #

Patch Set 4 : Replace unique_ptr.reset(other_unique_ptr.release()) with std::move() in chrome #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -2 lines) Patch
M remoting/host/clipboard_mac.mm View 1 2 chunks +2 lines, -1 line 0 comments Download
M remoting/protocol/audio_decode_scheduler.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 45 (32 generated)
Byoungkwon Ko
PTAL
3 years, 8 months ago (2017-04-23 02:07:47 UTC) #6
dcheng
https://codereview.chromium.org/2838433003/diff/1/remoting/host/clipboard_mac.mm File remoting/host/clipboard_mac.mm (right): https://codereview.chromium.org/2838433003/diff/1/remoting/host/clipboard_mac.mm#newcode56 remoting/host/clipboard_mac.mm:56: client_clipboard_ = std::move(client_clipboard); Drive-by nit: don't forget to #include ...
3 years, 8 months ago (2017-04-24 03:36:46 UTC) #7
joedow
lgtm (after dcheng's comments have been resolved).
3 years, 8 months ago (2017-04-24 20:50:02 UTC) #8
Byoungkwon Ko
On 2017/04/24 03:36:46, dcheng (OOO through May 2) wrote: > https://codereview.chromium.org/2838433003/diff/1/remoting/host/clipboard_mac.mm > File remoting/host/clipboard_mac.mm (right): ...
3 years, 8 months ago (2017-04-24 22:22:16 UTC) #11
Byoungkwon Ko
https://codereview.chromium.org/2838433003/diff/1/remoting/host/clipboard_mac.mm File remoting/host/clipboard_mac.mm (right): https://codereview.chromium.org/2838433003/diff/1/remoting/host/clipboard_mac.mm#newcode56 remoting/host/clipboard_mac.mm:56: client_clipboard_ = std::move(client_clipboard); On 2017/04/24 03:36:45, dcheng (OOO through ...
3 years, 8 months ago (2017-04-24 22:23:33 UTC) #12
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/2838433003/20001
3 years, 7 months ago (2017-04-28 22:06:48 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/407517)
3 years, 7 months ago (2017-04-28 22:12:00 UTC) #19
Byoungkwon Ko
PTAL
3 years, 7 months ago (2017-04-29 00:43:56 UTC) #21
jam
lgtm
3 years, 7 months ago (2017-05-01 21:23:49 UTC) #22
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/2838433003/40001
3 years, 7 months ago (2017-05-07 13:26:39 UTC) #25
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_asan_rel_ng on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_asan_rel_ng/builds/364475)
3 years, 7 months ago (2017-05-07 14:33:31 UTC) #27
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/2838433003/60001
3 years, 7 months ago (2017-05-10 02:42:16 UTC) #42
commit-bot: I haz the power
3 years, 7 months ago (2017-05-10 04:49:26 UTC) #45
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://chromium.googlesource.com/chromium/src/+/031e9182682edbd67ddae5c7bd0b...

Powered by Google App Engine
This is Rietveld 408576698