| Index: ios/web/interstitials/native_web_interstitial_impl.h
|
| diff --git a/ios/web/interstitials/native_web_interstitial_impl.h b/ios/web/interstitials/native_web_interstitial_impl.h
|
| index 26cf2effb53f7df173c8454493b5a2c67d570321..bd680e62926d2c23bbb4c42164c0dd39eec4a3eb 100644
|
| --- a/ios/web/interstitials/native_web_interstitial_impl.h
|
| +++ b/ios/web/interstitials/native_web_interstitial_impl.h
|
| @@ -34,8 +34,6 @@ class NativeWebInterstitialImpl : public WebInterstitialImpl {
|
| // WebInterstitialImpl implementation:
|
| void PrepareForDisplay() override;
|
| WebInterstitialDelegate* GetDelegate() const override;
|
| - void EvaluateJavaScript(NSString* script,
|
| - JavaScriptCompletion completionHandler) override;
|
| void ExecuteJavaScript(NSString* script,
|
| JavaScriptResultBlock completion_handler) override;
|
|
|
|
|