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

Unified Diff: chrome/common/extensions/docs/server2/test_data/api_data_source/simple/test_file.json

Issue 10546078: Extension docs server: APIDataSource (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: FetcherCache Created 8 years, 6 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/api_data_source/simple/test_file.json
diff --git a/chrome/common/extensions/docs/server2/test_data/api_data_source/simple/test_file.json b/chrome/common/extensions/docs/server2/test_data/api_data_source/simple/test_file.json
new file mode 100644
index 0000000000000000000000000000000000000000..e4ade71feab651defa25b793b5e0d12b2fa320ce
--- /dev/null
+++ b/chrome/common/extensions/docs/server2/test_data/api_data_source/simple/test_file.json
@@ -0,0 +1,11 @@
+[
+ {
+ "name": "Bob",
+ "occupation": "Dentist",
+ "hobbies": [
+ "Eating",
+ "Sleeping",
+ "Dentisting"
+ ]
+ }
+]

Powered by Google App Engine
This is Rietveld 408576698