| Index: chrome/common/extensions/api/extension_api.json
|
| diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json
|
| index 6be5b4bc95a5561b1671bfa9e397df79538bd5e6..961ca26abd8107160ae2071b3bfc7ffb3f07104f 100644
|
| --- a/chrome/common/extensions/api/extension_api.json
|
| +++ b/chrome/common/extensions/api/extension_api.json
|
| @@ -509,6 +509,18 @@
|
| "description": "Information about the current state of the system volume control, including whether it is muted."
|
| }
|
| ]
|
| + },
|
| + {
|
| + "name": "onScreenUnlocked",
|
| + "type": "function",
|
| + "description": "Fired when the screen is unlocked.",
|
| + "parameters": []
|
| + },
|
| + {
|
| + "name": "onWokeUp",
|
| + "type": "function",
|
| + "description": "Fired when the device wakes up from sleep.",
|
| + "parameters": []
|
| }
|
| ]
|
| },
|
|
|