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

Unified Diff: ios/web/interstitials/html_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
Index: ios/web/interstitials/html_web_interstitial_impl.mm
diff --git a/ios/web/interstitials/html_web_interstitial_impl.mm b/ios/web/interstitials/html_web_interstitial_impl.mm
index fe1969c015aab386c1bd6c6bd45ec8733b413c15..4a2552e039d87914bf1c5dcad4504b668c4d8cd6 100644
--- a/ios/web/interstitials/html_web_interstitial_impl.mm
+++ b/ios/web/interstitials/html_web_interstitial_impl.mm
@@ -129,12 +129,6 @@ WebInterstitialDelegate* HtmlWebInterstitialImpl::GetDelegate() const {
return delegate_.get();
}
-void HtmlWebInterstitialImpl::EvaluateJavaScript(
- NSString* script,
- JavaScriptCompletion completionHandler) {
- web::EvaluateJavaScript(web_view_, script, completionHandler);
-}
-
void HtmlWebInterstitialImpl::ExecuteJavaScript(
NSString* script,
JavaScriptResultBlock completion_handler) {
« no previous file with comments | « ios/web/interstitials/html_web_interstitial_impl.h ('k') | ios/web/interstitials/native_web_interstitial_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698