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

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: Finding earliest 'stable' availability using features files Created 7 years, 8 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..bd3a08d5b18e7fe8fec6e50d7cdaaab4e607ee4e
--- /dev/null
+++ b/chrome/common/extensions/docs/templates/json/api_availabilities.json
@@ -0,0 +1,6 @@
+{
+ "idle" : "6",
+ "contextMenus" : "6",
+ "tts" : "14",
+ "webstore" : "15"
+}
not at google - send to devlin 2013/04/27 01:48:34 nice! I'm curious, what's preventing these APIs fr
epeterson 2013/04/27 23:17:23 Definitely take a look at how I'm using the _permi
not at google - send to devlin 2013/04/30 17:20:30 My comment was more that contextMenus seems no mor

Powered by Google App Engine
This is Rietveld 408576698