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

Issue 1529063004: Pass MojoMediaClient instance to MojoMediaApplication constructor. (Closed)

Created:
5 years ago by alokp
Modified:
5 years ago
Reviewers:
alokp1, xhwang
CC:
chromium-reviews, feature-media-reviews_chromium.org, qsr+mojo_chromium.org, viettrungluu+watch_chromium.org, yzshen+watch_chromium.org, abarth-chromium, Aaron Boodman, darin (slow to review), ben+mojo_chromium.org, jrummell
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Pass MojoMediaClient instance to MojoMediaApplication constructor. BUG=570508 Committed: https://crrev.com/e8f09fd119cacc6c036de2f041313d64971873e0 Cr-Commit-Position: refs/heads/master@{#365883}

Patch Set 1 #

Total comments: 14

Patch Set 2 : addressed comments #

Total comments: 2

Patch Set 3 : used std::move instead of Pass #

Patch Set 4 : fixed compile error #

Patch Set 5 : fixed media_apptests failure #

Patch Set 6 : added bug number #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -43 lines) Patch
M media/mojo/services/BUILD.gn View 2 chunks +6 lines, -8 lines 0 comments Download
M media/mojo/services/default_mojo_media_client.cc View 1 2 3 4 1 chunk +3 lines, -1 line 0 comments Download
M media/mojo/services/main.cc View 1 2 3 1 chunk +3 lines, -1 line 0 comments Download
M media/mojo/services/mojo_media_application.h View 1 3 chunks +4 lines, -1 line 0 comments Download
M media/mojo/services/mojo_media_application.cc View 1 2 3 4 4 chunks +10 lines, -3 lines 0 comments Download
M media/mojo/services/mojo_media_client.h View 1 2 3 4 3 chunks +8 lines, -8 lines 0 comments Download
M media/mojo/services/mojo_media_client.cc View 1 2 3 4 2 chunks +17 lines, -12 lines 0 comments Download
M media/mojo/services/service_factory_impl.h View 1 3 chunks +4 lines, -1 line 0 comments Download
M media/mojo/services/service_factory_impl.cc View 1 3 chunks +8 lines, -8 lines 0 comments Download

Messages

Total messages: 25 (11 generated)
alokp
5 years ago (2015-12-16 19:37:26 UTC) #2
xhwang
looking good. just some nits and comments. https://codereview.chromium.org/1529063004/diff/1/media/mojo/services/mojo_media_application.cc File media/mojo/services/mojo_media_application.cc (right): https://codereview.chromium.org/1529063004/diff/1/media/mojo/services/mojo_media_application.cc#newcode30 media/mojo/services/mojo_media_application.cc:30: media_client_(media_client.Pass()), replace ...
5 years ago (2015-12-16 21:30:31 UTC) #3
alokp
https://codereview.chromium.org/1529063004/diff/1/media/mojo/services/mojo_media_application.cc File media/mojo/services/mojo_media_application.cc (right): https://codereview.chromium.org/1529063004/diff/1/media/mojo/services/mojo_media_application.cc#newcode30 media/mojo/services/mojo_media_application.cc:30: media_client_(media_client.Pass()), On 2015/12/16 21:30:31, xhwang wrote: > replace Pass() ...
5 years ago (2015-12-16 22:57:30 UTC) #4
xhwang
lgtm % nit Thanks! https://codereview.chromium.org/1529063004/diff/1/media/mojo/services/mojo_media_application.cc File media/mojo/services/mojo_media_application.cc (right): https://codereview.chromium.org/1529063004/diff/1/media/mojo/services/mojo_media_application.cc#newcode62 media/mojo/services/mojo_media_application.cc:62: media_client_.get()); On 2015/12/16 22:57:29, alokp ...
5 years ago (2015-12-16 23:43:36 UTC) #5
alokp
https://codereview.chromium.org/1529063004/diff/20001/media/mojo/services/mojo_media_client.cc File media/mojo/services/mojo_media_client.cc (right): https://codereview.chromium.org/1529063004/diff/20001/media/mojo/services/mojo_media_client.cc#newcode64 media/mojo/services/mojo_media_client.cc:64: : platform_client_(platform_client.Pass()) { On 2015/12/16 23:43:36, xhwang wrote: > ...
5 years ago (2015-12-16 23:57:43 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1529063004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1529063004/40001
5 years ago (2015-12-17 00:03:20 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_dbg/builds/326) android_chromium_gn_compile_rel on tryserver.chromium.android (JOB_FAILED, ...
5 years ago (2015-12-17 00:37:42 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1529063004/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1529063004/60001
5 years ago (2015-12-17 02:36:23 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: linux_chromium_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/157515)
5 years ago (2015-12-17 04:35:02 UTC) #16
alokp1
On 2015/12/17 04:35:02, commit-bot: I haz the power wrote: > Try jobs failed on following ...
5 years ago (2015-12-17 18:17:17 UTC) #17
xhwang
lgtm++
5 years ago (2015-12-17 19:22:53 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1529063004/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1529063004/100001
5 years ago (2015-12-17 19:56:26 UTC) #21
commit-bot: I haz the power
Committed patchset #6 (id:100001)
5 years ago (2015-12-17 21:13:53 UTC) #23
commit-bot: I haz the power
5 years ago (2015-12-17 21:14:56 UTC) #25
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/e8f09fd119cacc6c036de2f041313d64971873e0
Cr-Commit-Position: refs/heads/master@{#365883}

Powered by Google App Engine
This is Rietveld 408576698