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

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

Issue 10634020: [FileManager] Do drive search incrementally (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 4 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
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."
}
]
}

Powered by Google App Engine
This is Rietveld 408576698