| 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 bff94701b62efd246834d168b9c717d3dc2238bd..ebece6090ac1413e27b247001fa77b7c590c4c61 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": []
|
| }
|
| ]
|
| },
|
|
|