Chromium Code Reviews| Index: chrome/common/extensions/api/session_restore.json |
| diff --git a/chrome/common/extensions/api/session_restore.json b/chrome/common/extensions/api/session_restore.json |
| index 6071194ddf6af978ea78058845c5643c15345e3f..5b262534096ae55b0fa03fc55f6da464a38e0247 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 open up previously closed tabs upon startup of a new browser session.", |
|
epeterson
2013/06/21 20:10:15
Also wrote this one.
not at google - send to devlin
2013/06/21 20:58:51
Almost right:
Use the ... API to query and restor
|
| "types": [ |
| { |
| "id": "ClosedEntry", |
| @@ -26,7 +27,7 @@ |
| { |
| "type": "object", |
| "name": "options", |
| - "optional": true, |
| + "optional": true, |
| "properties": { |
| "maxResults": { |
| "type": "integer", |