| Index: chrome/common/extensions/api/tabs.json
|
| diff --git a/chrome/common/extensions/api/tabs.json b/chrome/common/extensions/api/tabs.json
|
| index 16dd03526e665b2bb6fe7d57bda3f5f35c71e4d5..2d468d42c064fdfc5897c2133ff686deb05dfd53 100644
|
| --- a/chrome/common/extensions/api/tabs.json
|
| +++ b/chrome/common/extensions/api/tabs.json
|
| @@ -918,6 +918,15 @@
|
| }
|
| }
|
| ]
|
| + },
|
| + {
|
| + "name": "onReplaced",
|
| + "type": "function",
|
| + "description": "Fired when a tab is replaced with another tab due to prerendering or instant.",
|
| + "parameters": [
|
| + {"type": "integer", "name": "addedTabId", "minimum": 0},
|
| + {"type": "integer", "name": "removedTabId", "minimum": 0}
|
| + ]
|
| }
|
| ]
|
| }
|
|
|