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

Issue 1199933006: [MediaRouter] wireup send/receive messages. (Closed)

Created:
5 years, 6 months ago by haibinlu
Modified:
5 years, 6 months ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, posciak+watch_chromium.org, jam, mcasas+watch_chromium.org, media-router+watch_chromium.org, darin-cc_chromium.org, wjia+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[MediaRouter] wireup send/receive messages. BUG=501539 Committed: https://crrev.com/7e639ff6407b6a7939a89426821145359dafe58a Cr-Commit-Position: refs/heads/master@{#336222}

Patch Set 1 #

Total comments: 12

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Total comments: 4

Patch Set 4 : #

Patch Set 5 : Update presentation_service_impl_unittest #

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -16 lines) Patch
M chrome/browser/media/router/presentation_service_delegate_impl.cc View 1 2 3 2 chunks +25 lines, -4 lines 0 comments Download
M content/browser/presentation/presentation_service_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M content/browser/presentation/presentation_service_impl.cc View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M content/browser/presentation/presentation_service_impl_unittest.cc View 1 2 3 4 8 chunks +8 lines, -8 lines 0 comments Download
M content/public/browser/presentation_service_delegate.h View 1 2 3 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 26 (10 generated)
haibinlu
5 years, 6 months ago (2015-06-22 20:41:50 UTC) #2
haibinlu
5 years, 6 months ago (2015-06-22 20:43:34 UTC) #4
imcheng (use chromium acct)
https://codereview.chromium.org/1199933006/diff/1/chrome/browser/media/router/presentation_service_delegate_impl.cc File chrome/browser/media/router/presentation_service_delegate_impl.cc (right): https://codereview.chromium.org/1199933006/diff/1/chrome/browser/media/router/presentation_service_delegate_impl.cc#newcode613 chrome/browser/media/router/presentation_service_delegate_impl.cc:613: const auto& route_ids = frame_manager_->GetRouteIds( Please spell out the ...
5 years, 6 months ago (2015-06-22 21:08:08 UTC) #6
Kevin M
https://codereview.chromium.org/1199933006/diff/1/chrome/browser/media/router/presentation_service_delegate_impl.cc File chrome/browser/media/router/presentation_service_delegate_impl.cc (right): https://codereview.chromium.org/1199933006/diff/1/chrome/browser/media/router/presentation_service_delegate_impl.cc#newcode640 chrome/browser/media/router/presentation_service_delegate_impl.cc:640: router_->SendRouteMessage(route_id, *(message_request->message.get()), .get() is unnecessary here.
5 years, 6 months ago (2015-06-22 22:42:26 UTC) #7
haibinlu
PTAL https://codereview.chromium.org/1199933006/diff/1/chrome/browser/media/router/presentation_service_delegate_impl.cc File chrome/browser/media/router/presentation_service_delegate_impl.cc (right): https://codereview.chromium.org/1199933006/diff/1/chrome/browser/media/router/presentation_service_delegate_impl.cc#newcode613 chrome/browser/media/router/presentation_service_delegate_impl.cc:613: const auto& route_ids = frame_manager_->GetRouteIds( On 2015/06/22 21:08:07, ...
5 years, 6 months ago (2015-06-22 23:22:41 UTC) #8
Kevin M
lgtm https://codereview.chromium.org/1199933006/diff/20001/chrome/browser/media/router/presentation_service_delegate_impl.cc File chrome/browser/media/router/presentation_service_delegate_impl.cc (right): https://codereview.chromium.org/1199933006/diff/20001/chrome/browser/media/router/presentation_service_delegate_impl.cc#newcode633 chrome/browser/media/router/presentation_service_delegate_impl.cc:633: DVLOG(1) << "Binary message is not supported yet."; ...
5 years, 6 months ago (2015-06-23 17:50:18 UTC) #9
haibinlu
https://codereview.chromium.org/1199933006/diff/20001/chrome/browser/media/router/presentation_service_delegate_impl.cc File chrome/browser/media/router/presentation_service_delegate_impl.cc (right): https://codereview.chromium.org/1199933006/diff/20001/chrome/browser/media/router/presentation_service_delegate_impl.cc#newcode633 chrome/browser/media/router/presentation_service_delegate_impl.cc:633: DVLOG(1) << "Binary message is not supported yet."; On ...
5 years, 6 months ago (2015-06-23 19:59:42 UTC) #11
imcheng (use chromium acct)
lgtm https://codereview.chromium.org/1199933006/diff/40001/chrome/browser/media/router/presentation_service_delegate_impl.cc File chrome/browser/media/router/presentation_service_delegate_impl.cc (right): https://codereview.chromium.org/1199933006/diff/40001/chrome/browser/media/router/presentation_service_delegate_impl.cc#newcode619 chrome/browser/media/router/presentation_service_delegate_impl.cc:619: message_cb.Run(empty_list.Pass()); why not just message_cb.Run(scoped_ptr<ScopedVector<content::PresentationSessionMessage>>()); ? https://codereview.chromium.org/1199933006/diff/40001/chrome/browser/media/router/presentation_service_delegate_impl.cc#newcode631 chrome/browser/media/router/presentation_service_delegate_impl.cc:631: ...
5 years, 6 months ago (2015-06-23 21:59:37 UTC) #12
haibinlu
@avi, Do you mind reviewing the change in content/public/browser/presentation_service_delegate.h? Thanks! https://codereview.chromium.org/1199933006/diff/40001/chrome/browser/media/router/presentation_service_delegate_impl.cc File chrome/browser/media/router/presentation_service_delegate_impl.cc (right): https://codereview.chromium.org/1199933006/diff/40001/chrome/browser/media/router/presentation_service_delegate_impl.cc#newcode619 ...
5 years, 6 months ago (2015-06-23 23:36:14 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1199933006/60001
5 years, 6 months ago (2015-06-24 21:23:05 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/73723)
5 years, 6 months ago (2015-06-24 21:31:24 UTC) #19
haibinlu
Friendly ping
5 years, 6 months ago (2015-06-25 00:09:28 UTC) #20
Avi (use Gerrit)
lgtm
5 years, 6 months ago (2015-06-25 14:36:14 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1199933006/80001
5 years, 6 months ago (2015-06-25 17:16:27 UTC) #24
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 6 months ago (2015-06-25 19:15:02 UTC) #25
commit-bot: I haz the power
5 years, 6 months ago (2015-06-25 19:16:04 UTC) #26
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/7e639ff6407b6a7939a89426821145359dafe58a
Cr-Commit-Position: refs/heads/master@{#336222}

Powered by Google App Engine
This is Rietveld 408576698