Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(447)

Unified Diff: ios/web/interstitials/native_web_interstitial_impl.mm

Issue 2281803002: [ios] Removed deprecated JS execution API. (Closed)
Patch Set: Merged with master Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/web/interstitials/native_web_interstitial_impl.h ('k') | ios/web/interstitials/web_interstitial_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « ios/web/interstitials/native_web_interstitial_impl.h ('k') | ios/web/interstitials/web_interstitial_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698