Skip to content

Commit 4ac50bf

Browse files
authored
Merge pull request #2858 from brave/hangouts-0.59.x
Enable hangouts extension to allow screen share
2 parents 627cc7b + 2efc927 commit 4ac50bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/config.js

+3
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ const Config = function () {
5151
this.sccache = getNPMConfig(['sccache'])
5252
this.braveReferralsApiKey = getNPMConfig(['brave_referrals_api_key']) || ''
5353
this.ignore_compile_failure = false
54+
this.enable_hangout_services_extension = true
55+
5456
}
5557

5658
Config.prototype.buildArgs = function () {
@@ -89,6 +91,7 @@ Config.prototype.buildArgs = function () {
8991
chrome_version_major: chrome_version_parts[0],
9092
safebrowsing_api_endpoint: this.safeBrowsingApiEndpoint,
9193
brave_referrals_api_key: this.braveReferralsApiKey,
94+
enable_hangout_services_extension: this.enable_hangout_services_extension
9295
}
9396

9497
if (process.platform === 'darwin') {

0 commit comments

Comments
 (0)