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..b73e3e32d503c286146724c42a816ad085d4e39e 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> API to interact 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", |