Force Widevine to do its own independent check so it goes to Google #500
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix brave/brave-browser#1123
For licensing reasons we need to go to Google for installing Widevine.
Our newer component update server will try to handle any requests for extension updates that gets bundled with other extensions in the same request.
i.e. len(extensions_to_update) == 1 and unrecognized then go to google
server.
The old way this worked was batched with other extnesion update checks at the same time so we would just not return an update from our own server which handled it.
Note that other extensions use the newer component installer which we set as a batch size of 1 so general extension updates are not affected by this.
Submitter Checklist:
git rebase -i
to squash commits (if needed).Test Plan:
Reviewer Checklist: