Skip to content

Commit

Permalink
Merge pull request #2858 from brave/hangouts-0.59.x
Browse files Browse the repository at this point in the history
Enable hangouts extension to allow screen share
  • Loading branch information
bbondy authored Jan 14, 2019
2 parents 627cc7b + 2efc927 commit 4ac50bf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ const Config = function () {
this.sccache = getNPMConfig(['sccache'])
this.braveReferralsApiKey = getNPMConfig(['brave_referrals_api_key']) || ''
this.ignore_compile_failure = false
this.enable_hangout_services_extension = true

}

Config.prototype.buildArgs = function () {
Expand Down Expand Up @@ -89,6 +91,7 @@ Config.prototype.buildArgs = function () {
chrome_version_major: chrome_version_parts[0],
safebrowsing_api_endpoint: this.safeBrowsingApiEndpoint,
brave_referrals_api_key: this.braveReferralsApiKey,
enable_hangout_services_extension: this.enable_hangout_services_extension
}

if (process.platform === 'darwin') {
Expand Down

0 comments on commit 4ac50bf

Please sign in to comment.