diff options
Diffstat (limited to 'chrome/common/extensions/api/session_restore.json')
-rw-r--r-- | chrome/common/extensions/api/session_restore.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/common/extensions/api/session_restore.json b/chrome/common/extensions/api/session_restore.json index 6071194..e44a59c 100644 --- a/chrome/common/extensions/api/session_restore.json +++ b/chrome/common/extensions/api/session_restore.json @@ -5,6 +5,7 @@ [ { "namespace": "sessionRestore", + "description": "Use the <code>chrome.sessionRestore</code> API to query and restore tabs and windows from a browsing session.", "types": [ { "id": "ClosedEntry", @@ -26,7 +27,7 @@ { "type": "object", "name": "options", - "optional": true, + "optional": true, "properties": { "maxResults": { "type": "integer", |