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

Unified Diff: chrome/common/extensions/docs/server2/test_data/test_json/expected_test_file.json

Issue 10800047: Extension Docs Server Version 2: Various fixes. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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: 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."
}
],

Powered by Google App Engine
This is Rietveld 408576698