Disable PushClientChannel::UpdateCredentials #2141
Labels
audit-non-blocking
privacy/connect
This requires making a network connection to a third-party service.
QA/No
release-notes/exclude
Milestone
PushClientChannel
is part of the invalidation subsystem. It's not clear when it even gets called (non-binding text documentation says it is "disabled by default" but "controlled by sync server experiments" -- which means it's controlled by Google. It is hooked up as an invalidation listener and theUpdateCredentials
method can be triggered at any time and connects to a Google server.We should at a minimum disable the
PushClientChannel::UpdateCredentials
method.The text was updated successfully, but these errors were encountered: