| 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 b85c68c996271e9bb2a097674c9f93a007c41f36..c051255bfd1790843b99be1997bc6750c7bd69a7 100644
|
| --- a/ios/web/web_state/ui/crw_web_controller.mm
|
| +++ b/ios/web/web_state/ui/crw_web_controller.mm
|
| @@ -1418,6 +1418,7 @@ const NSTimeInterval kSnapshotOverlayTransition = 0.5;
|
| stringWithFormat:@"__gCrWeb.setSuppressGeolocationDialogs(%d);",
|
| shouldSuppressDialogs];
|
| [self evaluateJavaScript:kSetSuppressDialogs stringResultHandler:nil];
|
| + _shouldSuppressDialogsOnWindowIDInjection = NO;
|
| } else {
|
| _shouldSuppressDialogsOnWindowIDInjection = shouldSuppressDialogs;
|
| }
|
|
|