Chromium Code Reviews| Index: chrome/common/extensions/api/tabs.json |
| diff --git a/chrome/common/extensions/api/tabs.json b/chrome/common/extensions/api/tabs.json |
| index 01a2644139959176f15b324079bfd650c3756262..7aae0945ee94c602e68e96076939c3b3fb2540ee 100644 |
| --- a/chrome/common/extensions/api/tabs.json |
| +++ b/chrome/common/extensions/api/tabs.json |
| @@ -722,6 +722,11 @@ |
| "type": "boolean", |
| "optional": true, |
| "description": "The tab's new pinned state." |
| + }, |
| + "favIconUrl": { |
| + "type": "string", |
| + "optional": true, |
| + "description": "The tab's new favicon URL." |
| } |
| } |
| }, |