Chromium Code Reviews| Index: chrome/common/extensions/api/sessions.json |
| diff --git a/chrome/common/extensions/api/sessions.json b/chrome/common/extensions/api/sessions.json |
| index a063d920b450c6b7f26af0f4f919b1aa68dc3616..9362c4cca234f68903f972ff88d6815abf02be94 100644 |
| --- a/chrome/common/extensions/api/sessions.json |
| +++ b/chrome/common/extensions/api/sessions.json |
| @@ -107,6 +107,13 @@ |
| ] |
| } |
| ], |
| + "events": [ |
| + { |
| + "name": "onChanged", |
| + "description": "Fired when recently closed tabs and/or windows are changed. This event does not monitor synced sessions changes.", |
| + "type": "function" |
| + } |
| + ], |
| "properties": { |
| "MAX_SESSION_RESULTS": { |
| "value": 25, |