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

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

Issue 23874008: Added memory limit for chrome.activityLogPrivate returned results (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..1bc1538655f4f7e296ca8c8e30112b8e84da173e 100644
--- a/chrome/common/extensions/api/activity_log_private.json
+++ b/chrome/common/extensions/api/activity_log_private.json
@@ -41,9 +41,7 @@
"type": "object",
"description": "This holds the results of a lookup, the filter of the lookup, the time of the lookup, and whether there are more results that match.",
"properties": {
- "activities": {"type": "array", "items": {"$ref": "ExtensionActivity"}},
- "maxTime": {"type": "integer", "optional": true},
- "moreResults": {"type": "boolean"}
+ "activities": {"type": "array", "items": {"$ref": "ExtensionActivity"}}
}
}
],
@@ -59,12 +57,6 @@
"description": "Fill out the fields that you want to search for in the database."
},
{
- "name": "maxTime",
- "type": "integer",
- "optional": true,
- "description": "Specify this if you want results that weren't available in the first page."
- },
- {
"name": "callback",
"type": "function",
"parameters": [
« 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