| Index: chrome/common/extensions/api/experimental.extension.json
|
| diff --git a/chrome/common/extensions/api/experimental.extension.json b/chrome/common/extensions/api/experimental.extension.json
|
| index 5eae7bf61792411a96f6a83fcbf336aa24f90a65..ab582fc8ce20e3c7965a20d563b6691ac46af576 100644
|
| --- a/chrome/common/extensions/api/experimental.extension.json
|
| +++ b/chrome/common/extensions/api/experimental.extension.json
|
| @@ -9,11 +9,8 @@
|
| {
|
| "name": "onInstalled",
|
| "type": "function",
|
| - "description": "Fired when the extension is first installed.",
|
| - "parameters": [
|
| - ]
|
| + "description": "Fired when the extension is first installed."
|
| }
|
| ]
|
| }
|
| ]
|
| -
|
|
|