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

Issue 2288283002: [Chromecast] Rename disable_display flag to is_cast_audio_only. (Closed)

Created:
4 years, 3 months ago by slan
Modified:
4 years, 3 months ago
CC:
alokp+watch_chromium.org, brettw, chromium-reviews, feature-media-reviews_chromium.org, halliwell+watch_chromium.org, kalyank, lcwu+watch_chromium.org, ozone-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Chromecast] Rename disable_display flag to is_cast_audio_only. The disable_display flag is problematic in two ways: * It is not obviously Cast-specific from the name. * It is not named in the affirmative. Fix these two problems by renaming this flag to is_cast_audio_only. BUG=627641 Committed: https://crrev.com/a0671e41e14616132fcc8d2bde0c8349e15f334a Cr-Commit-Position: refs/heads/master@{#415941}

Patch Set 1 #

Patch Set 2 : Pick up missing callsites #

Total comments: 1

Patch Set 3 : cast_audio_only => is_cast_audio_only #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -16 lines) Patch
M build/config/chromecast_build.gni View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M chromecast/BUILD.gn View 1 2 3 chunks +3 lines, -3 lines 0 comments Download
M chromecast/browser/cast_browser_main_parts.cc View 1 2 3 chunks +4 lines, -4 lines 0 comments Download
M chromecast/browser/test/chromecast_shell_browser_test.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M chromecast/media/cma/backend/media_pipeline_backend_manager.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M media/media_options.gni View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/ozone.gni View 1 2 1 chunk +1 line, -1 line 0 comments Download
M ui/ozone/platform/cast/ozone_platform_cast.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 40 (21 generated)
slan
+brettw for FYI Chromecast folks: I will CC you on the corresponding internal change. This ...
4 years, 3 months ago (2016-08-29 15:33:48 UTC) #2
halliwell
On 2016/08/29 15:33:48, slan wrote: > +brettw for FYI > > Chromecast folks: I will ...
4 years, 3 months ago (2016-08-29 15:47:05 UTC) #5
wzhong
lgtm
4 years, 3 months ago (2016-08-29 15:51:21 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2288283002/20001
4 years, 3 months ago (2016-08-29 16:16:15 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/248321)
4 years, 3 months ago (2016-08-29 16:29:44 UTC) #13
slan
Adding missing OWNERS: + Dirk for build/config/chromecast.gni + Dale for media/media_options.gni + Michael for ui/ozone/ozone.gni
4 years, 3 months ago (2016-08-29 16:58:48 UTC) #15
Dirk Pranke
lgtm https://codereview.chromium.org/2288283002/diff/20001/build/config/chromecast_build.gni File build/config/chromecast_build.gni (right): https://codereview.chromium.org/2288283002/diff/20001/build/config/chromecast_build.gni#newcode36 build/config/chromecast_build.gni:36: assert(is_chromecast || !(cast_audio_only || is_cast_desktop_build)) nit: this might ...
4 years, 3 months ago (2016-08-29 18:23:38 UTC) #17
DaleCurtis
Shouldn't this be is_cast_audio_only?
4 years, 3 months ago (2016-08-29 19:09:30 UTC) #18
slan
On 2016/08/29 19:09:30, DaleCurtis wrote: > Shouldn't this be is_cast_audio_only? Yep, I agree. Done.
4 years, 3 months ago (2016-08-29 21:36:02 UTC) #19
slan
On 2016/08/29 18:23:38, Dirk Pranke wrote: > lgtm > > https://codereview.chromium.org/2288283002/diff/20001/build/config/chromecast_build.gni > File build/config/chromecast_build.gni (right): ...
4 years, 3 months ago (2016-08-29 21:36:22 UTC) #20
DaleCurtis
lgtm
4 years, 3 months ago (2016-08-29 21:41:58 UTC) #21
spang
lgtm
4 years, 3 months ago (2016-08-29 21:47:18 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2288283002/40001
4 years, 3 months ago (2016-08-29 22:28:33 UTC) #26
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_rel_ng on master.tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_ng/builds/286961)
4 years, 3 months ago (2016-08-30 03:41:42 UTC) #28
wzhong
lgtm
4 years, 3 months ago (2016-08-30 23:16:33 UTC) #29
slan
There were several internal changes needed to support this, now ready to go.
4 years, 3 months ago (2016-09-01 02:01:23 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2288283002/40001
4 years, 3 months ago (2016-09-01 13:36:26 UTC) #36
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 3 months ago (2016-09-01 13:40:39 UTC) #38
commit-bot: I haz the power
4 years, 3 months ago (2016-09-01 13:44:36 UTC) #40
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/a0671e41e14616132fcc8d2bde0c8349e15f334a
Cr-Commit-Position: refs/heads/master@{#415941}

Powered by Google App Engine
This is Rietveld 408576698