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