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

Issue 2024953003: Motown: Move framework/util/incident* so other services can use it (Closed)

Created:
4 years, 6 months ago by dalesat
Modified:
4 years, 6 months ago
CC:
mojo-reviews_chromium.org, gregsimon, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

Motown: Move framework/util/incident* so other services can use it plus minor change to factory_service_base. R=kulakowski@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/bf706cda177cb451d8ca624cd21cfff8e91bcfdb

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -454 lines) Patch
M services/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M services/media/factory_service/media_demux_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M services/media/factory_service/media_sink_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M services/media/factory_service/media_source_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M services/media/factory_service/network_reader_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M services/media/framework/BUILD.gn View 4 chunks +2 lines, -3 lines 0 comments Download
M services/media/framework/parts/reader_cache.h View 1 chunk +1 line, -1 line 0 comments Download
D services/media/framework/test/incident_test.cc View 1 chunk +0 lines, -220 lines 0 comments Download
D services/media/framework/util/incident.h View 1 chunk +0 lines, -151 lines 0 comments Download
D services/media/framework/util/incident.cc View 1 chunk +0 lines, -54 lines 0 comments Download
M services/media/framework_ffmpeg/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M services/media/framework_ffmpeg/ffmpeg_demux.cc View 1 chunk +1 line, -1 line 0 comments Download
M services/media/framework_mojo/BUILD.gn View 1 chunk +1 line, -0 lines 0 comments Download
M services/media/framework_mojo/mojo_reader.h View 1 chunk +1 line, -1 line 0 comments Download
M services/util/cpp/BUILD.gn View 2 chunks +19 lines, -0 lines 0 comments Download
M services/util/cpp/factory_service_base.h View 2 chunks +4 lines, -2 lines 0 comments Download
A + services/util/cpp/incident.h View 3 chunks +3 lines, -5 lines 0 comments Download
A + services/util/cpp/incident.cc View 2 chunks +1 line, -3 lines 0 comments Download
A + services/util/cpp/test/incident_test.cc View 2 chunks +2 lines, -4 lines 0 comments Download
A + services/util/cpp/test/test_base.h View 2 chunks +3 lines, -5 lines 1 comment Download

Messages

Total messages: 9 (4 generated)
dalesat
Please take a look. Thanks!
4 years, 6 months ago (2016-05-31 17:25:07 UTC) #3
kulakowski
lgtm
4 years, 6 months ago (2016-05-31 20:00:47 UTC) #4
dalesat
Committed patchset #1 (id:1) manually as bf706cda177cb451d8ca624cd21cfff8e91bcfdb (presubmit successful).
4 years, 6 months ago (2016-05-31 22:21:21 UTC) #6
viettrungluu
https://codereview.chromium.org/2024953003/diff/1/services/util/cpp/test/test_base.h File services/util/cpp/test/test_base.h (right): https://codereview.chromium.org/2024953003/diff/1/services/util/cpp/test/test_base.h#newcode11 services/util/cpp/test/test_base.h:11: namespace { I'm not sure what the value of ...
4 years, 6 months ago (2016-05-31 23:37:01 UTC) #8
dalesat
4 years, 6 months ago (2016-06-01 00:01:29 UTC) #9
Message was sent while issue was closed.
On 2016/05/31 23:37:01, viettrungluu wrote:
>
https://codereview.chromium.org/2024953003/diff/1/services/util/cpp/test/test...
> File services/util/cpp/test/test_base.h (right):
> 
>
https://codereview.chromium.org/2024953003/diff/1/services/util/cpp/test/test...
> services/util/cpp/test/test_base.h:11: namespace {
> I'm not sure what the value of the added class is. Moreover, why is there an
> anonymous namespace in a header file?

Yeah, that looks wrong. I've prepared a CL to fix this and other similar test
code.

Powered by Google App Engine
This is Rietveld 408576698