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

Issue 10795075: Created define to switch on/off audio. (Closed)

Created:
8 years, 5 months ago by kxing
Modified:
8 years, 4 months ago
Reviewers:
Sergey Ulanov, Wez, garykac
CC:
chromium-reviews, jamiewalch+watch_chromium.org, dcaiafa+watch_chromium.org, simonmorris+watch_chromium.org, hclam+watch_chromium.org, wez+watch_chromium.org, amit, sanjeevr, garykac+watch_chromium.org, lambroslambrou+watch_chromium.org, alexeypa+watch_chromium.org, sergeyu+watch_chromium.org
Visibility:
Public.

Description

Created define to switch on/off audio. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148223

Patch Set 1 #

Total comments: 12

Patch Set 2 : Addressed comments #

Total comments: 2

Patch Set 3 : Addressed comment #

Total comments: 2

Patch Set 4 : Addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -6 lines) Patch
M remoting/protocol/session_config.cc View 1 1 chunk +4 lines, -6 lines 0 comments Download
M remoting/remoting.gyp View 1 2 3 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
kxing
Could someone PTAL?
8 years, 5 months ago (2012-07-23 21:12:52 UTC) #1
Sergey Ulanov
http://codereview.chromium.org/10795075/diff/1/remoting/protocol/session_config.cc File remoting/protocol/session_config.cc (right): http://codereview.chromium.org/10795075/diff/1/remoting/protocol/session_config.cc#newcode178 remoting/protocol/session_config.cc:178: #if ENABLE_AUDIO #if defined(ENABLE_REMOTING_AUDIO) http://codereview.chromium.org/10795075/diff/1/remoting/protocol/session_config.cc#newcode187 remoting/protocol/session_config.cc:187: #else #else // ...
8 years, 5 months ago (2012-07-23 22:17:48 UTC) #2
kxing
Could someone PTAL again? http://codereview.chromium.org/10795075/diff/1/remoting/protocol/session_config.cc File remoting/protocol/session_config.cc (right): http://codereview.chromium.org/10795075/diff/1/remoting/protocol/session_config.cc#newcode178 remoting/protocol/session_config.cc:178: #if ENABLE_AUDIO On 2012/07/23 22:17:48, ...
8 years, 4 months ago (2012-07-24 15:02:16 UTC) #3
Sergey Ulanov
LGTM when my nit is addressed. http://codereview.chromium.org/10795075/diff/6001/remoting/remoting.gyp File remoting/remoting.gyp (right): http://codereview.chromium.org/10795075/diff/6001/remoting/remoting.gyp#newcode1511 remoting/remoting.gyp:1511: 'conditions': [ Please ...
8 years, 4 months ago (2012-07-24 19:49:59 UTC) #4
kxing
I'll commit this soon, unless someone objects. http://codereview.chromium.org/10795075/diff/6001/remoting/remoting.gyp File remoting/remoting.gyp (right): http://codereview.chromium.org/10795075/diff/6001/remoting/remoting.gyp#newcode1511 remoting/remoting.gyp:1511: 'conditions': [ ...
8 years, 4 months ago (2012-07-24 20:11:52 UTC) #5
Sergey Ulanov
http://codereview.chromium.org/10795075/diff/10001/remoting/remoting.gyp File remoting/remoting.gyp (right): http://codereview.chromium.org/10795075/diff/10001/remoting/remoting.gyp#newcode196 remoting/remoting.gyp:196: 'conditions': [ nit: it's more common to put conditions ...
8 years, 4 months ago (2012-07-24 20:26:21 UTC) #6
kxing
Moved 'conditions' after 'include_dirs'. http://codereview.chromium.org/10795075/diff/10001/remoting/remoting.gyp File remoting/remoting.gyp (right): http://codereview.chromium.org/10795075/diff/10001/remoting/remoting.gyp#newcode196 remoting/remoting.gyp:196: 'conditions': [ On 2012/07/24 20:26:21, ...
8 years, 4 months ago (2012-07-24 20:29:22 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/kxing@chromium.org/10795075/8002
8 years, 4 months ago (2012-07-24 20:36:54 UTC) #8
commit-bot: I haz the power
8 years, 4 months ago (2012-07-24 22:14:44 UTC) #9
Change committed as 148223

Powered by Google App Engine
This is Rietveld 408576698