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..c74ed6c166a4bf148eacff2fee78804ba607ab57 100644 |
--- a/chrome/common/extensions/api/activity_log_private.json |
+++ b/chrome/common/extensions/api/activity_log_private.json |
@@ -33,7 +33,8 @@ |
"activityType": {"type": "string", "enum": ["api_call", "api_event", "content_script", "dom_access", "dom_event", "web_request", "any"], "description": "Exact match or any"}, |
"apiCall": {"type": "string", "optional": true, "description": "Exact match"}, |
"pageUrl": {"type": "string", "optional": true, "description": "Treated as a prefix"}, |
- "argUrl": {"type": "string", "optional": true, "description": "Treated as a prefix"} |
+ "argUrl": {"type": "string", "optional": true, "description": "Treated as a prefix"}, |
+ "daysAgo": {"type": "integer", "optional": true, "description": "Exact match; today is 0"} |
Matt Perry
2013/09/05 20:18:35
Does this fetch the entries added exactly <daysAgo
|
} |
}, |
{ |