| Index: ios/web/web_state/ui/crw_web_controller.mm
|
| diff --git a/ios/web/web_state/ui/crw_web_controller.mm b/ios/web/web_state/ui/crw_web_controller.mm
|
| index 2d14db8e9356133038ee2ea12474641f5dd1619e..0526fd34e17bb684dd9b6f138e616f8775a3c5d9 100644
|
| --- a/ios/web/web_state/ui/crw_web_controller.mm
|
| +++ b/ios/web/web_state/ui/crw_web_controller.mm
|
| @@ -3298,14 +3298,6 @@ const NSTimeInterval kSnapshotOverlayTransition = 0.5;
|
| [space.authenticationMethod isEqual:NSURLAuthenticationMethodNTLM] ||
|
| [space.authenticationMethod isEqual:NSURLAuthenticationMethodHTTPDigest]);
|
|
|
| - if (self.shouldSuppressDialogs) {
|
| - // TODO(crbug.com/702381): Web Controller should not assume that embedder
|
| - // handles HTTP Authentication by showing the dialog.
|
| - _webStateImpl->OnDialogSuppressed();
|
| - completionHandler(NSURLSessionAuthChallengeRejectProtectionSpace, nil);
|
| - return;
|
| - }
|
| -
|
| _webStateImpl->OnAuthRequired(
|
| space, challenge.proposedCredential,
|
| base::BindBlock(^(NSString* user, NSString* password) {
|
|
|