Chromium Code Reviews| Index: chrome/common/extensions/docs/server2/test_data/test_json/expected_test_file.json |
| diff --git a/chrome/common/extensions/docs/server2/test_data/test_json/expected_test_file.json b/chrome/common/extensions/docs/server2/test_data/test_json/expected_test_file.json |
| index 1096e9c61ab76883d75edb6d88372eb1d5c35903..18210f51a698489a8597e3dc0a2c60674a72be5c 100644 |
| --- a/chrome/common/extensions/docs/server2/test_data/test_json/expected_test_file.json |
| +++ b/chrome/common/extensions/docs/server2/test_data/test_json/expected_test_file.json |
| @@ -108,6 +108,11 @@ |
| "name": "tester", |
| "types": [ |
| { |
| + "functions": [], |
| + "name": "TypeA", |
| + "simple_type": { |
| + "simple_type": "object" |
| + }, |
| "properties": [ |
| { |
| "functions": [], |
| @@ -128,11 +133,7 @@ |
| "description": "List of TypeA." |
| } |
| ], |
| - "functions": [], |
| - "name": "TypeA", |
| - "simple_type": { |
| - "simple_type": "object" |
|
not at google - send to devlin
2012/07/20 02:04:54
why this change? isn't not fine down here?
chebert
2012/07/21 19:40:31
No its fine. I moved it back.
On 2012/07/20 02:04
|
| - }, |
| + "events": [], |
| "description": "A cool thing." |
| } |
| ], |