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

Issue 18452006: Make AudioPlayer optional in ChromotingClient (Closed)

Created:
7 years, 5 months ago by solb
Modified:
7 years, 5 months ago
Reviewers:
Wez
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, rmsousa+watch_chromium.org, weitaosu+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Make AudioPlayer optional in ChromotingClient Passing in a null pointer now disables the audio stream. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=210769

Patch Set 1 #

Total comments: 10

Patch Set 2 : Make Wez's changes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -5 lines) Patch
M remoting/client/chromoting_client.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M remoting/client/chromoting_client.cc View 1 1 chunk +6 lines, -4 lines 0 comments Download
M remoting/protocol/connection_to_host.h View 1 1 chunk +2 lines, -1 line 0 comments Download
M remoting/protocol/connection_to_host.cc View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
solb
Clients that don't support audio can now simply pass a null AudioPlayer pointer into ChromotingClient's ...
7 years, 5 months ago (2013-07-09 19:20:46 UTC) #1
Wez
https://codereview.chromium.org/18452006/diff/1/remoting/client/chromoting_client.cc File remoting/client/chromoting_client.cc (right): https://codereview.chromium.org/18452006/diff/1/remoting/client/chromoting_client.cc#newcode44 remoting/client/chromoting_client.cc:44: if (audio_player.get()) nit: if (audio_player) https://codereview.chromium.org/18452006/diff/1/remoting/client/chromoting_client.cc#newcode44 remoting/client/chromoting_client.cc:44: if (audio_player.get()) ...
7 years, 5 months ago (2013-07-09 20:08:07 UTC) #2
solb
On 2013/07/09 20:08:07, Wez wrote: > https://codereview.chromium.org/18452006/diff/1/remoting/client/chromoting_client.cc > File remoting/client/chromoting_client.cc (right): > > https://codereview.chromium.org/18452006/diff/1/remoting/client/chromoting_client.cc#newcode44 > ...
7 years, 5 months ago (2013-07-09 20:23:57 UTC) #3
solb
On 2013/07/09 20:23:57, solb wrote: > On 2013/07/09 20:08:07, Wez wrote: > > > https://codereview.chromium.org/18452006/diff/1/remoting/client/chromoting_client.cc ...
7 years, 5 months ago (2013-07-09 22:25:46 UTC) #4
Wez
lgtm
7 years, 5 months ago (2013-07-09 22:41:38 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/solb@chromium.org/18452006/18001
7 years, 5 months ago (2013-07-09 22:41:58 UTC) #6
solb
With those stub classes gone, here's a very basic version of ChromotingJNIInstance and its accompanying ...
7 years, 5 months ago (2013-07-10 00:00:31 UTC) #7
solb
On 2013/07/10 00:00:31, solb wrote: > With those stub classes gone, here's a very basic ...
7 years, 5 months ago (2013-07-10 00:01:47 UTC) #8
commit-bot: I haz the power
Step "update" is always a major failure. Look at the try server FAQ for more ...
7 years, 5 months ago (2013-07-10 02:00:59 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/solb@chromium.org/18452006/18001
7 years, 5 months ago (2013-07-10 02:41:08 UTC) #10
commit-bot: I haz the power
7 years, 5 months ago (2013-07-10 07:00:03 UTC) #11
Message was sent while issue was closed.
Change committed as 210769

Powered by Google App Engine
This is Rietveld 408576698