Chromium Code Reviews| Index: chrome/common/extensions/api/activity_log_private.json |
| diff --git a/chrome/common/extensions/api/activity_log_private.json b/chrome/common/extensions/api/activity_log_private.json |
| index 8fb9b86ff722215906168c25593ac009a5050e1c..39b30868825ecbbac09d4c2a9d0c8e12a8a2a2f5 100644 |
| --- a/chrome/common/extensions/api/activity_log_private.json |
| +++ b/chrome/common/extensions/api/activity_log_private.json |
| @@ -80,6 +80,19 @@ |
| ] |
| }, |
| { |
| + "name": "deleteActivities", |
|
not at google - send to devlin
2014/02/12 20:28:27
I suppose another interesting API would be to dele
pmarch
2014/02/12 20:36:37
Within the team, we discussed an alternative imple
|
| + "type": "function", |
| + "description": "Deletes activities in the ActivityLog database specified in the array of activity IDs.", |
| + "parameters": [ |
| + { |
| + "name": "activityIds", |
| + "type": "array", |
| + "items": { "type": "string" }, |
| + "description": "Erases only the activities which IDs are listed in the array." |
| + } |
| + ] |
| + }, |
| + { |
| "name": "deleteDatabase", |
| "type": "function", |
| "description": "Deletes the entire ActivityLog database.", |