Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(28)

Unified Diff: chrome/common/extensions/api/activity_log_private.json

Issue 23980002: Activity Log: allow searching by day (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/extensions/api/activity_log_private/activity_log_private_api.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
}
},
{
« no previous file with comments | « chrome/browser/extensions/api/activity_log_private/activity_log_private_api.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698