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

Unified Diff: chrome/common/extensions/api/storage.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: First round of changes Created 7 years, 9 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/api/storage.json
diff --git a/chrome/common/extensions/api/storage.json b/chrome/common/extensions/api/storage.json
index 9aaf81fa2a209346d4a99fa2ff3da33e621b5b95..1653de69d46023eeab4bee9abfc2b7242000f1f4 100644
--- a/chrome/common/extensions/api/storage.json
+++ b/chrome/common/extensions/api/storage.json
@@ -5,6 +5,8 @@
[
{
"namespace": "storage",
+ "description": "Use the <code>chrome.storage</code> module to store, retrieve, and track changes to user data.",
+ "availability": "Google Chrome 20",
"unprivileged": true,
"types": [
{

Powered by Google App Engine
This is Rietveld 408576698