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

Unified Diff: ios/web/public/web_state/ui/crw_native_content.h

Issue 2278793003: [ios] Removed deprecated JS evaluation method from CRWNativeContent. (Closed)
Patch Set: 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/web_state/ui/crw_native_content.h
diff --git a/ios/web/public/web_state/ui/crw_native_content.h b/ios/web/public/web_state/ui/crw_native_content.h
index 9da561709f6ab51df4e22c9c2c844a027bef3f4f..753656df948fc44a515ba03ea5899c6288bddc58 100644
--- a/ios/web/public/web_state/ui/crw_native_content.h
+++ b/ios/web/public/web_state/ui/crw_native_content.h
@@ -56,13 +56,6 @@
- (void)executeJavaScript:(NSString*)script
completionHandler:(web::JavaScriptResultBlock)handler;
-// Evaluates JavaScript on the native view. |handler| is called with the results
-// of the evaluation. If the native view cannot evaluate JS at the moment,
-// |handler| is called with an NSError.
-// DEPRECATED. TODO(crbug.com/595761): Remove this API.
-- (void)evaluateJavaScript:(NSString*)script
- stringResultHandler:(web::JavaScriptCompletion)handler;
-
// Returns |YES| if CRWNativeContent wants the keyboard shield when the keyboard
// is up.
- (BOOL)wantsKeyboardShield;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698