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

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

Issue 18323018: Linking AvailabilityFinder with APIDataSource and intro-table templates. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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/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 9d5993a92c63b5f1f180729d2602524cb130873b..efcbf4d6bd4df052c29c9c6f86a6c83890b3103a 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
@@ -95,6 +95,18 @@
"properties": [],
"name": "tester",
"description": "a test api",
+ "availability": null,
+ "experimental": false,
+ "permissions_": [
+ { "permission": "tester" },
+ { "extra": "is an API." }
+ ],
+ "learn_more": [
+ {
+ "href": "https://tester.test.com/welcome.html",
+ "content": "Welcome!"
+ }
+ ],
"types": [
{
"properties": [

Powered by Google App Engine
This is Rietveld 408576698