[Extensions UI] Add an indication when prompts close without user action
A dialog may close through: - The user clicking the "accept" button (-> accepted) - The user clicking the "cancel" button (-> canceled) - The user clicking the 'x' button or escape key (-> closed) - The dialog closing for some other reason, such as the parent window closing (-> ??) This CL adds a separate entry to track those times, as well as adding unit and browser tests to cover the flow. Bug: 1079364 Change-Id: Iad60fd42a0ebbcbbb6fed16f9cedff77ad14eea8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225143Reviewed-by:Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Devlin <rdevlin.cronin@chromium.org> Cr-Commit-Position: refs/heads/master@{#773780}
Showing
Please register or sign in to comment