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

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: Fixed error from last rebase 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 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"}
}
},
{
« 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