DescriptionIt2Me Confirmation Dialog (ChromeOS)
This CL adds support for a native confirmation dialog shown after the
user presses "Share" on the webapp but before an access code is
generated. It also includes a ChromeOS (Aura) implementation.
Implementation for other platforms will soon follow.
More details
============
It2MeConfirmationDialog is an interface for the confirmation dialog.
Implementations can assume they will be called only on the UI thread.
It2MeConfirmationDialogFactory is used to create platform specific
implementations of the dialog.
It2MeConfirmationDialogChromeOS is the dialog's ChromeOS implementation.
It2MeConfirmationDialogProxy is a helper class that allows the caller
(in this case, It2MeHost) to use the dialog outside of the UI thread.
BUG=444216
Committed: https://crrev.com/3a5e72899629e0c8d254109707e747742686fbca
Cr-Commit-Position: refs/heads/master@{#310149}
Patch Set 1 #
Total comments: 15
Patch Set 2 : Address feedback, clean up implementation, add tests. #
Total comments: 21
Patch Set 3 : More feedback-addressing changes. #Patch Set 4 : Fix windows bot failure. #Messages
Total messages: 19 (7 generated)
|