Chromium Code Reviews
DescriptionRemove AppBannerManager::event_request_id().
This was previously used to ensure we did not get a resolution to the
beforeinstallpromptevent that didn't match the current request. However,
AppBannerManager wipes its weak pointers when the current request
finishes, meaning that event_request_id is unneccessary.
BUG=728022
Review-Url: https://codereview.chromium.org/2969163002
Cr-Commit-Position: refs/heads/master@{#484820}
Committed: https://chromium.googlesource.com/chromium/src/+/c5bed25edfa875b182516849e1d36b64bce464e9
Patch Set 1 #Patch Set 2 : DCHECK -> conditional #
Total comments: 4
Patch Set 3 : Comments #
Total comments: 2
Patch Set 4 : Refactor into method #Messages
Total messages: 29 (22 generated)
|