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 4f336cc33159cf97a8268165c188608710c91900..2de8dce88d10ef6333cda22c58179792c388efb9 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": "Used to lookup a precise day; today is 0"} |
} |
}, |
{ |