Skip to content

Commit fb077c0

Browse files
committed
Enable hangouts extension to allow screen share
Fix brave/brave-browser#1982
1 parent 0145798 commit fb077c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/commands/lib/config.js

+3
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@ const Config = function () {
4949
this.sccache = getNPMConfig(['sccache'])
5050
this.braveReferralsApiKey = getNPMConfig(['brave_referrals_api_key']) || ''
5151
this.ignore_compile_failure = false
52+
this.enable_hangout_services_extension = true
53+
5254
}
5355

5456
Config.prototype.buildArgs = function () {
@@ -87,6 +89,7 @@ Config.prototype.buildArgs = function () {
8789
chrome_version_major: chrome_version_parts[0],
8890
safebrowsing_api_endpoint: this.safeBrowsingApiEndpoint,
8991
brave_referrals_api_key: this.braveReferralsApiKey,
92+
enable_hangout_services_extension: this.enable_hangout_services_extension
9093
}
9194

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

0 commit comments

Comments
 (0)