Chromium Code Reviews| Index: chrome/common/extensions/api/runtime.json |
| diff --git a/chrome/common/extensions/api/runtime.json b/chrome/common/extensions/api/runtime.json |
| index 6c81881ba9f9b59f7e98c6087240d91e8f617b41..2423c095a25f1db138b9095c8bdd9a762481ade0 100644 |
| --- a/chrome/common/extensions/api/runtime.json |
| +++ b/chrome/common/extensions/api/runtime.json |
| @@ -110,6 +110,11 @@ |
| ], |
| "events": [ |
| { |
| + "name": "onStartup", |
| + "type": "function", |
| + "description": "Fired when the browser first starts up." |
|
Yoyo Zhou
2012/08/09 00:49:17
...and profiles are started for the first time?
Matt Perry
2012/08/15 20:35:45
True. I wasn't sure how to word that in a way that
|
| + }, |
| + { |
| "name": "onInstalled", |
| "type": "function", |
| "description": "Fired when the extension is first installed, and on each update to a new version." |