| 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 2e40aec30137655b667d3f1e090b741a414685ed..1c2687dacbcf7bf6c4101e31675649ead9da7322 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."
|
| }
|
| ]
|
| }
|
|
|