Index: chrome/common/extensions/api/file_browser_private.json |
diff --git a/chrome/common/extensions/api/file_browser_private.json b/chrome/common/extensions/api/file_browser_private.json |
index 144cd4ad486292be4be919754769c7dcd0382e2a..d0f92b1ba1bbb18fb3c4920a7564da13ce9b2df8 100644 |
--- a/chrome/common/extensions/api/file_browser_private.json |
+++ b/chrome/common/extensions/api/file_browser_private.json |
@@ -928,6 +928,11 @@ |
"type": "string" |
}, |
{ |
+ "name": "nextFeed", |
+ "type": "string", |
+ "description": "ID of the search feed that should be fetched next. Value passed here should be gotten from previous searchGData call. It can be empty for the initial search request." |
+ }, |
+ { |
"name": "callback", |
"type": "function", |
"parameters": [ |
@@ -938,7 +943,12 @@ |
"type": "object", |
"isInstanceOf": "Entry", |
"description": "Entry representing a search result." |
- } |
+ } |
+ }, |
+ { |
+ "name": "nextFeed", |
+ "type": "string", |
+ "description": "ID of the feed that contains next chunk of the search result. Should be sent to the next searchGData request to perform incremental search." |
} |
] |
} |