commit | da8fee1694d57494320246b02580dd6befb7fa22 | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Fri Apr 27 17:45:46 2012 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Fri Apr 27 17:45:51 2012 -0700 |
tree | 1f0c0cc1236e3ed8b04b66d21cbd57334ccb3063 | |
parent | 1eee2c9d8f352483781e772f35dc586a69ff5646 [diff] |
Delete unused onSignOut method Once upon a time Gerrit performed a sign-out by just deleting the cookie and updating the DOM to remove signed-in content. This is not true anymore, the entire page is refreshed to delete any data that is private to a signed-in account, and to ensure the server can clear the correct HttpOnly cookies to actually do a sign-out. Since that behavior change, this onSignOut method is dead code. Change-Id: I7d7922f3a38fdcd03615866d0d693088660e1a31