Commit 3652585d authored by meacer@chromium.org's avatar meacer@chromium.org

Fix captureVisibleTab doc string.

BUG=367283

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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@266537 0039d316-1c4b-4281-b951-d872f2087c98
parent 3c15cda7
......@@ -602,7 +602,7 @@
{
"name": "captureVisibleTab",
"type": "function",
"description": "Captures the visible area of the currently active tab in the specified window. You must have <a href='declare_permissions.html'>host permission</a> for the URL displayed by the tab.",
"description": "Captures the visible area of the currently active tab in the specified window. You must have <a href='declare_permissions.html'>&lt;all_urls&gt;</a> permission to use this method.",
"parameters": [
{
"type": "integer",
......
......@@ -491,7 +491,7 @@
{
"name": "captureVisibleTab",
"type": "function",
"description": "Captures the visible area of the currently active tab in the specified window. You must have <a href='manifest.html#permissions'>host permission</a> for the URL displayed by the tab.",
"description": "Captures the visible area of the currently active tab in the specified window. You must have <a href='manifest.html#permissions'>&lt;all_urls&gt;</a> permission to use this method.",
"parameters": [
{
"type": "integer",
......
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