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..76ed15a949692580be0b61d32d24de140909311e 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.", |
|
not at google - send to devlin
2014/03/21 10:52:59
make sure you specify that this is local session o
|
| + "type": "function" |
| + } |
| + ], |
| "properties": { |
| "MAX_SESSION_RESULTS": { |
| "value": 25, |