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

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: Minor changes 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..4ca81651426d14b4ce41ebedbdf4d094a5cae6a9
--- /dev/null
+++ b/chrome/common/extensions/docs/templates/json/api_availabilities.json
@@ -0,0 +1,6 @@
+{
+ "contextMenus" : "6",
not at google - send to devlin 2013/04/30 18:34:19 no space between key and :. Also these should pro
epeterson 2013/05/13 02:38:10 They can be numbers, but it may also be useful to
+ "idle" : "6",
+ "tts" : "14",
+ "webstore" : "15"
+}

Powered by Google App Engine
This is Rietveld 408576698