| Index: chromecast/chromecast.gni
|
| diff --git a/chromecast/chromecast.gni b/chromecast/chromecast.gni
|
| index 646d19fd905c75a6372d6e70660c389bea62193c..b6f7307bcce064e4d296e9163cf4b31dc1db7ca9 100644
|
| --- a/chromecast/chromecast.gni
|
| +++ b/chromecast/chromecast.gni
|
| @@ -3,10 +3,8 @@
|
| # found in the LICENSE file.
|
|
|
| declare_args() {
|
| - # chromecast_branding is used to indicate build version. Set it to
|
| - # "public" for Chromium build.
|
| - # TODO(slan): Make this variable consistent with the GYP build.
|
| - chromecast_branding = "public"
|
| + # is_chromecast_chrome_branded is set to true for an official build
|
| + is_chromecast_chrome_branded = false
|
|
|
| use_playready = false
|
| }
|
|
|