| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
.Run(web_app::WebInstallApiResult::kUnexpectedFailure,Lia HiscockWondering if it would be helpful to add a new WebInstallApiResult? Such as something like `kRedirectUrlUsed`, `kInstallInfoFetchFailed`? We could add ApiResults for the other InstallResultCodes that were added in lines 706-708?
This is only for background launches so I think for now we're ok without that much granularity.
case webapps::InstallResultCode::kInstallURLRedirected:Lia HiscockThoughts on firing DataError in the meantime for redirects instead of AbortError? Considering the customer feedback about how it's confusing that AbortError is also fired when the user rejects the install dialog, I thought firing DataError essentially helps signal to developers that their arguments need to be updated which seems more fitting for redirects that currently are supported.
This sounds reasonable.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |