Index: ios/web/interstitials/html_web_interstitial_impl.h |
diff --git a/ios/web/interstitials/html_web_interstitial_impl.h b/ios/web/interstitials/html_web_interstitial_impl.h |
index 78530b955b413ed5324a5ca0516acca9fb437b6d..c2659c263120d2947201c5fc6960e75b0bac820f 100644 |
--- a/ios/web/interstitials/html_web_interstitial_impl.h |
+++ b/ios/web/interstitials/html_web_interstitial_impl.h |
@@ -39,8 +39,6 @@ class HtmlWebInterstitialImpl : 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; |