| 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."
 | 
| +      },
 | 
| +      {
 | 
|          "name": "onInstalled",
 | 
|          "type": "function",
 | 
|          "description": "Fired when the extension is first installed, and on each update to a new version."
 | 
| 
 |