Commit 5535b539 authored by wjywbs@gmail.com's avatar wjywbs@gmail.com

Fix the documentation in sessions API.

Add info for when sessionId is not provided in the restore function.

R=kalman@chromium.org
BUG=377607

Review URL: https://codereview.chromium.org/295423005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@273028 0039d316-1c4b-4281-b951-d872f2087c98
parent 3733803b
...@@ -91,7 +91,7 @@ ...@@ -91,7 +91,7 @@
"type": "string", "type": "string",
"name": "sessionId", "name": "sessionId",
"optional": true, "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", "type": "function",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment