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), |