diff options
Diffstat (limited to 'chromium/chromecast/chromecast.gni')
-rw-r--r-- | chromium/chromecast/chromecast.gni | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/chromecast/chromecast.gni b/chromium/chromecast/chromecast.gni index 3e5c83b3249..7695d3afe5e 100644 --- a/chromium/chromecast/chromecast.gni +++ b/chromium/chromecast/chromecast.gni @@ -132,6 +132,9 @@ declare_args() { # True to link in alternate build targets for the Cast Media Runtime. enable_cast_media_runtime = false + + # device specific string to append to User string. + device_user_agent_suffix = "" } declare_args() { |