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 6dcea692933d7bfaa1b2cc7d4ce840dd09ddf9dc..b9fcaf1d17af40dc05803a0156ff4b5417b02f9d 100644 |
--- a/chrome/common/extensions/api/activity_log_private.json |
+++ b/chrome/common/extensions/api/activity_log_private.json |
@@ -75,6 +75,26 @@ |
] |
} |
] |
+ }, |
+ { |
+ "name": "deleteDatabase", |
+ "type": "function", |
+ "description": "Deletes the entire ActivityLog database.", |
+ "parameters": [] |
+ }, |
+ { |
+ "name": "deleteUrls", |
+ "type": "function", |
+ "description": "Delete URLs in the ActivityLog database.", |
+ "parameters": [ |
+ { |
+ "name": "urls", |
+ "type": "array", |
+ "items": { "type": "string" }, |
+ "description": "Erases only the URLs listed; if empty, erases all URLs.", |
Matt Perry
2013/09/03 19:21:27
how is deleteUrls([]) different from deleteDatabas
felt
2013/09/03 19:55:35
deleteURLs erases only the URLs (either specific U
|
+ "optional": true |
+ } |
+ ] |
} |
], |
"events": [ |