Chromium Code Reviews| Index: third_party/chrome/tools/test/functions_as_parameters.json |
| diff --git a/third_party/chrome/tools/test/functions_as_parameters.json b/third_party/chrome/tools/test/functions_as_parameters.json |
| deleted file mode 100644 |
| index cdc47ff65b3b41ae54eb50223f59f52a9ed542ab..0000000000000000000000000000000000000000 |
| --- a/third_party/chrome/tools/test/functions_as_parameters.json |
| +++ /dev/null |
| @@ -1,28 +0,0 @@ |
| -[ |
| - { |
| - "namespace": "functions_as_parameters", |
| - "types": [ |
| - { |
| - "id": "FunctionType", |
| - "type": "object", |
| - "properties": { |
| - "event_callback": { |
| - "type": "function", |
| - "parameters": { } |
| - } |
| - } |
| - }, |
| - { |
| - "id": "OptionalFunctionType", |
| - "type": "object", |
| - "properties": { |
| - "event_callback": { |
| - "type": "function", |
| - "optional": true, |
| - "parameters": { } |
| - } |
| - } |
| - } |
| - ] |
| - } |
| -] |