Cleanup conditional token revocation in MPO2TSDelegate
MutableProfileOAuth2TokenServiceDelegate takes a boolean constructor parameter to assess whether token revocation is supported. This was required only on Chrome OS, for supervised users. With the introduction of Chrome OS Account Manager, this code path is no longer used. i.e. revoking all tokens from "Chrome" is no longer supported. This was partially cleaned up in https://crrev.com/c/1833609, which set the aforementioned parameter to |true| by default. Clean it up completely by removing the parameter altogether since it is always set to |true| anyways. Bug: 1010532 Change-Id: Idf585b5e6c2096febce83e641443fce394968319 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1852427Reviewed-by:David Roger <droger@chromium.org> Commit-Queue: Kush Sinha <sinhak@chromium.org> Cr-Commit-Position: refs/heads/master@{#704620}
Showing
Please register or sign in to comment