| Index: chrome/common/extensions/api/sessions.json
|
| diff --git a/chrome/common/extensions/api/sessions.json b/chrome/common/extensions/api/sessions.json
|
| index 9362c4cca234f68903f972ff88d6815abf02be94..3038ddb378d048d69fb29f3dc504954ee9af76d1 100644
|
| --- a/chrome/common/extensions/api/sessions.json
|
| +++ b/chrome/common/extensions/api/sessions.json
|
| @@ -90,7 +90,7 @@
|
| "type": "string",
|
| "name": "sessionId",
|
| "optional": true,
|
| - "description": "The $(ref:windows.Window.sessionId), or $(ref:tabs.Tab.sessionId) to restore."
|
| + "description": "The $(ref:windows.Window.sessionId), or $(ref:tabs.Tab.sessionId) to restore. If this parameter is not specified, the most recently closed session is restored."
|
| },
|
| {
|
| "type": "function",
|
|
|