Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3796)

Unified Diff: chrome/common/extensions/docs/experimental.webRequest.html

Issue 7741014: Fix mismatch about tabId in code and webrequest API documentation if requests don't belong to a tab (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/extensions/docs/experimental.webRequest.html
diff --git a/chrome/common/extensions/docs/experimental.webRequest.html b/chrome/common/extensions/docs/experimental.webRequest.html
index 3f58cd189c36b72b65f69e6ff6e79fd64db6b4a8..eab2de76a75771c9eb3be126d0fd7d625193c308 100644
--- a/chrome/common/extensions/docs/experimental.webRequest.html
+++ b/chrome/common/extensions/docs/experimental.webRequest.html
@@ -2849,7 +2849,7 @@ chrome.windows.onRemoved.addListener(
<dd class="todo" style="display: none; ">
Undocumented.
</dd>
- <dd>The ID of the tab in which the request takes place. Set to null if the request isn't related to a tab.</dd>
+ <dd>The ID of the tab in which the request takes place. Set to -1 if the request isn't related to a tab.</dd>
<dd style="display: none; ">
This parameter was added in version
<b><span></span></b>.
« no previous file with comments | « chrome/common/extensions/api/extension_api.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698