Index: chrome/common/extensions/api/history.json |
diff --git a/chrome/common/extensions/api/history.json b/chrome/common/extensions/api/history.json |
index c72caee23dc805b44f2cec1133232656410d01e9..70ba449e10b6369460f5b6b4d96075b495ada9ac 100644 |
--- a/chrome/common/extensions/api/history.json |
+++ b/chrome/common/extensions/api/history.json |
@@ -5,6 +5,7 @@ |
[ |
{ |
"namespace": "history", |
+ "description": "Use the <code>chrome.history</code> module to intereact with the browser's record of visited pages. You can add, remove, and query for URLs in the browser's history. To override the history page with your own version, see <a href='override.html'>Override Pages</a>.", |
"types": [ |
{ |
"id": "HistoryItem", |