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

Unified Diff: ios/web/public/block_types.h

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/public/block_types.h
diff --git a/ios/web/public/block_types.h b/ios/web/public/block_types.h
index f2b3aaecaed5fd6f34d158a6621db22d800873fd..4b0ee2368faa078ea1b141374a4dcfcc4c61f152 100644
--- a/ios/web/public/block_types.h
+++ b/ios/web/public/block_types.h
@@ -10,11 +10,6 @@
namespace web {
// The type of the completion handler block that is called to inform about
-// JavaScript evaluation completion.
-// TODO(crbug.com/595761): Remove this completion handler.
-typedef void (^JavaScriptCompletion)(NSString*, NSError*);
-
-// The type of the completion handler block that is called to inform about
// JavaScript execution completion. id will be backed up by different classes
// depending on resulting JS type: NSString (string), NSNumber (number or
// boolean), NSDictionary (object), NSArray (array), NSNull (null),
« no previous file with comments | « ios/web/interstitials/web_interstitial_impl.h ('k') | ios/web/public/test/crw_test_js_injection_receiver.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698