diff options
author | meacer@chromium.org <meacer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-05 00:40:45 +0000 |
---|---|---|
committer | meacer@chromium.org <meacer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-06-05 00:40:45 +0000 |
commit | fcfbd2bc8e23ec13266bbbb15ce438dce0ed74a7 (patch) | |
tree | b4d907a28f87e7fa6db11bd1b7999bb78f6ebfb9 | |
parent | 0d797f1e0630542b81edf772872e9a4aef9ae1ef (diff) | |
download | chromium_src-fcfbd2bc8e23ec13266bbbb15ce438dce0ed74a7.zip chromium_src-fcfbd2bc8e23ec13266bbbb15ce438dce0ed74a7.tar.gz chromium_src-fcfbd2bc8e23ec13266bbbb15ce438dce0ed74a7.tar.bz2 |
Fix chrome.debugger doc.
NOTRY=True
Review URL: https://codereview.chromium.org/316963005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@274966 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/common/extensions/api/debugger.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/extensions/api/debugger.json b/chrome/common/extensions/api/debugger.json index ae52944a..c7a41fd 100644 --- a/chrome/common/extensions/api/debugger.json +++ b/chrome/common/extensions/api/debugger.json @@ -13,7 +13,7 @@ "description": "Debuggee identifier. Either tabId or extensionId must be specified", "properties": { "tabId": { "type": "integer", "optional": true, "description": "The id of the tab which you intend to debug." }, - "extensionId": { "type": "string", "optional": true, "description": "The id of the extension which you intend to debug. Attaching to an extension background page is only possible when 'enable-silent-debugging' flag is enabled on the target browser." }, + "extensionId": { "type": "string", "optional": true, "description": "The id of the extension which you intend to debug. Attaching to an extension background page is only possible when 'silent-debugger-extension-api' flag is enabled on the target browser." }, "targetId": { "type": "string", "optional": true, "description": "The opaque id of the debug target." } } }, |