| Index: chrome/common/extensions/api/tabs.json
|
| diff --git a/chrome/common/extensions/api/tabs.json b/chrome/common/extensions/api/tabs.json
|
| index f3fb008a046a9acf4d0b61bb59c9a6c3b58c925d..58e824c9d1f175ebdca21c23cc46d67f76a1b3d4 100644
|
| --- a/chrome/common/extensions/api/tabs.json
|
| +++ b/chrome/common/extensions/api/tabs.json
|
| @@ -5,6 +5,7 @@
|
| [
|
| {
|
| "namespace": "tabs",
|
| + "description": "Use the <code>chrome.tabs</code> module to interact with the browser's tab system. You can use this module to create, modify, and rearrange tabs in the browser.",
|
| "types": [
|
| {
|
| "id": "Tab",
|
|
|