commit | bb2b4f3dfd437cfb16b91a1a5305f96afdbdb382 | [log] [tgz] |
---|---|---|
author | Lutz Justen <ljusten@chromium.org> | Wed May 29 15:45:57 2019 |
committer | Commit Bot <commit-bot@chromium.org> | Wed May 29 15:45:57 2019 |
tree | 1a513c063f345f19b9e0e602c89aeb42792a8cca | |
parent | 2287eae443e5806687376c6ed926351d531ef1d1 [diff] |
KerberosClient: Add ClearAccounts() method Exposes the Kerberos daemon's D-Bus method ClearAccounts(). It will be triggered by Chrome when the kerberos.enabled flag is turned off to remove all existing accounts. Chrome could also be done by calling ListAccounts() and then RemoveAccount() multiple times, but that's rather cumbersome due to the asynchronous nature of each call. BUG=chromium:952239 TEST=None Change-Id: I86555386fd58c90ca2644ba05d8b26c7926fe938 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1617454 Commit-Queue: Lutz Justen <ljusten@chromium.org> Reviewed-by: Dan Erat <derat@chromium.org> Reviewed-by: Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#664285}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .