| Index: ios/web/interstitials/native_web_interstitial_impl.mm
|
| diff --git a/ios/web/interstitials/native_web_interstitial_impl.mm b/ios/web/interstitials/native_web_interstitial_impl.mm
|
| index 29813da1fcdbe394b0a538de82db15f2297e55f0..822a9b84cf9039f96ee58b61fa942aebb01c7042 100644
|
| --- a/ios/web/interstitials/native_web_interstitial_impl.mm
|
| +++ b/ios/web/interstitials/native_web_interstitial_impl.mm
|
| @@ -57,12 +57,6 @@ WebInterstitialDelegate* NativeWebInterstitialImpl::GetDelegate() const {
|
| return delegate_.get();
|
| }
|
|
|
| -void NativeWebInterstitialImpl::EvaluateJavaScript(
|
| - NSString* script,
|
| - JavaScriptCompletion completionHandler) {
|
| - NOTREACHED() << "JavaScript cannot be evaluated on native interstitials.";
|
| -}
|
| -
|
| void NativeWebInterstitialImpl::ExecuteJavaScript(
|
| NSString* script,
|
| JavaScriptResultBlock completion_handler) {
|
|
|