diff options
Diffstat (limited to 'chrome/common/extensions/api/extension_api.json')
-rwxr-xr-x | chrome/common/extensions/api/extension_api.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/extensions/api/extension_api.json b/chrome/common/extensions/api/extension_api.json index 8797153..4765076 100755 --- a/chrome/common/extensions/api/extension_api.json +++ b/chrome/common/extensions/api/extension_api.json @@ -1747,6 +1747,12 @@ ] }, { + "name": "resetQuota", + "type": "function", + "description": "Reset all accumulated quota state for all extensions. This is only used for internal unit testing.", + "parameters": [] + }, + { "name": "log", "type": "function", "description": "Logs a message during internal unit testing.", |