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

Issue 2143033004: Change TraceDataEndPoint::ReceiveTraceChunk() to accept unique_ptr<string> (Closed)

Created:
4 years, 5 months ago by caseq
Modified:
4 years, 5 months ago
CC:
chromium-reviews, tracing+reviews_chromium.org, darin-cc_chromium.org, jam, wfh+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Change TraceDataEndPoint::ReceiveTraceChunk() to accept unique_ptr<string> Committed: https://crrev.com/e9307936cf37cc30c5a11e37a9085c9d447b84a9 Cr-Commit-Position: refs/heads/master@{#405913}

Patch Set 1 #

Patch Set 2 : now use unique_ptr #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -25 lines) Patch
M content/browser/tracing/tracing_controller_browsertest.cc View 1 1 chunk +3 lines, -3 lines 0 comments Download
M content/browser/tracing/tracing_controller_impl.h View 1 1 chunk +1 line, -1 line 0 comments Download
M content/browser/tracing/tracing_controller_impl_data_sinks.cc View 1 7 chunks +19 lines, -21 lines 1 comment Download

Messages

Total messages: 12 (4 generated)
caseq
4 years, 5 months ago (2016-07-14 21:50:48 UTC) #2
caseq
Changed to use unique_ptr<string> instead of string&& -- looks a bit more messy now, but ...
4 years, 5 months ago (2016-07-15 01:23:30 UTC) #3
oystein (OOO til 10th of July)
Nice, lgtm w/ one comment/question! https://codereview.chromium.org/2143033004/diff/20001/content/browser/tracing/tracing_controller_impl_data_sinks.cc File content/browser/tracing/tracing_controller_impl_data_sinks.cc (right): https://codereview.chromium.org/2143033004/diff/20001/content/browser/tracing/tracing_controller_impl_data_sinks.cc#newcode241 content/browser/tracing/tracing_controller_impl_data_sinks.cc:241: stream_->next_in = reinterpret_cast<unsigned char*>(&*chunk->begin()); ...
4 years, 5 months ago (2016-07-15 16:56:27 UTC) #4
caseq
On 2016/07/15 16:56:27, oystein wrote: > Nice, lgtm w/ one comment/question! > > https://codereview.chromium.org/2143033004/diff/20001/content/browser/tracing/tracing_controller_impl_data_sinks.cc > ...
4 years, 5 months ago (2016-07-15 22:14:20 UTC) #5
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/2143033004/20001
4 years, 5 months ago (2016-07-16 00:11:24 UTC) #8
commit-bot: I haz the power
Committed patchset #2 (id:20001)
4 years, 5 months ago (2016-07-16 00:55:52 UTC) #9
commit-bot: I haz the power
CQ bit was unchecked.
4 years, 5 months ago (2016-07-16 00:55:58 UTC) #10
commit-bot: I haz the power
4 years, 5 months ago (2016-07-16 00:57:38 UTC) #12
Message was sent while issue was closed.
Patchset 2 (id:??) landed as
https://crrev.com/e9307936cf37cc30c5a11e37a9085c9d447b84a9
Cr-Commit-Position: refs/heads/master@{#405913}

Powered by Google App Engine
This is Rietveld 408576698