summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormeacer@chromium.org <meacer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-05 00:40:45 +0000
committermeacer@chromium.org <meacer@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-05 00:40:45 +0000
commitfcfbd2bc8e23ec13266bbbb15ce438dce0ed74a7 (patch)
treeb4d907a28f87e7fa6db11bd1b7999bb78f6ebfb9
parent0d797f1e0630542b81edf772872e9a4aef9ae1ef (diff)
downloadchromium_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.json2
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." }
}
},