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

Unified Diff: chrome/common/extensions/docs/templates/json/api_availabilities.json

Issue 12996003: Dynamically generate a heading for Extension Docs API pages (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revisions, Offline/Online Access (bypassed-hooks) Created 7 years, 7 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/templates/json/api_availabilities.json
diff --git a/chrome/common/extensions/docs/templates/json/api_availabilities.json b/chrome/common/extensions/docs/templates/json/api_availabilities.json
new file mode 100644
index 0000000000000000000000000000000000000000..a2a7c1744e464e6b18986c89f01dd10b470f9864
--- /dev/null
+++ b/chrome/common/extensions/docs/templates/json/api_availabilities.json
@@ -0,0 +1,8 @@
+{
+ "devtools.inspectedWindow": "18",
+ "devtools.panels": "18",
+ "devtools.network": "18",
+ "input.ime": "18",
+ "notifications": "dev",
+ "webstore": "15"
epeterson 2013/05/13 02:38:10 These APIs are here because they are strange. dev
+}

Powered by Google App Engine
This is Rietveld 408576698