Revert of android: Randomize initial child service bind order (patchset #3...
Revert of android: Randomize initial child service bind order (patchset #3 id:40001 of https://codereview.chromium.org/2557273004/ ) Reason for revert: Android keeps the intent for a long time, so randomize doesn't help at all. More details: crbug.com/664341#c91 Original issue's description: > android: Randomize initial child service bind order > > Android restarts crashed services with the previous intent. > If browser crashes and is restarted at the same time, then > it's possible to bind to the restarted service with stale > intent and bundle data. See crbug.com/664341#c83 for an > example. Randomizing the start up order is a pure > workaround to make this case less likely. > > BUG=664341 > > Committed: https://crrev.com/bb725fed9bd8c672178c8a815f4b1a2500eef444 > Cr-Commit-Position: refs/heads/master@{#437367} TBR=agrieve@chromium.org,jcivelli@chromium.org,mariakhomenko@chromium.org,hanxi@chromium.org # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=664341 Review-Url: https://codereview.chromium.org/2571723002 Cr-Commit-Position: refs/heads/master@{#438042}
Showing
Please register or sign in to comment