-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Enable hangouts extension to allow screen share #1983
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
security review comment: please verify either manually or with the |
This is on hold until such a time that we add a switch for the ability to disable this in brave://extensions. |
Sorry for the delay, built and ran tests on all platforms. |
Enable hangouts extension to allow screen share
Enable hangouts extension to allow screen share
@@ -49,6 +49,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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should make sure that anything new we add here is android compatible. I'm guessing this needs to be !android
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
good call, I'll start to consider android more. I'll fix in a follow up.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actually this can't be set yet because we don't have the android option landed yet. It'll have to go in in the branch where this is being added.
Fix #1982
Requires: brave/brave-core#1227
This can be reviewed at any time, but please wait for the security review before merging, and only if it is a successful security review would we merge:
https://github.com/brave/internal/issues/452
Submitter Checklist:
npm test brave_unit_tests && npm test brave_browser_tests
) ongit rebase master
(if needed).git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist: