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

Side by Side Diff: chrome/test/data/chromeos/gdata/root_feed.json

Issue 13909002: drive: Supports shared-with-me search in searchDriveMetadata(). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « chrome/browser/chromeos/drive/search_metadata_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "encoding": "UTF-8", 2 "encoding": "UTF-8",
3 "feed": { 3 "feed": {
4 "author": [ { 4 "author": [ {
5 "email": { 5 "email": {
6 "$t": "tester@testing.com" 6 "$t": "tester@testing.com"
7 }, 7 },
8 "name": { 8 "name": {
9 "$t": "tester" 9 "$t": "tester"
10 } 10 }
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 "$t": "someoneelse@testing.com" 288 "$t": "someoneelse@testing.com"
289 }, 289 },
290 "name": { 290 "name": {
291 "$t": "someoneelse" 291 "$t": "someoneelse"
292 } 292 }
293 } ], 293 } ],
294 "category": [ { 294 "category": [ {
295 "label": "audio/mpeg", 295 "label": "audio/mpeg",
296 "scheme": "http://schemas.google.com/g/2005#kind", 296 "scheme": "http://schemas.google.com/g/2005#kind",
297 "term": "http://schemas.google.com/docs/2007#file" 297 "term": "http://schemas.google.com/docs/2007#file"
298 }, {
299 "label": "shared",
300 "scheme": "http://schemas.google.com/g/2005/labels",
301 "term": "http://schemas.google.com/g/2005/labels#shared"
302 }, {
303 "label": "shared-with-me",
304 "scheme": "http://schemas.google.com/g/2005/labels",
305 "term": "http://schemas.google.com/g/2005/labels#shared-with-me"
298 } ], 306 } ],
299 "content": { 307 "content": {
300 "src": "https://file_content_url/", 308 "src": "https://file_content_url/",
301 "type": "audio/mpeg" 309 "type": "audio/mpeg"
302 }, 310 },
303 "docs$filename": { 311 "docs$filename": {
304 "$t": "Shared To The Account Owner.txt" 312 "$t": "Shared To The Account Owner.txt"
305 }, 313 },
306 "docs$md5Checksum": { 314 "docs$md5Checksum": {
307 "$t": "3b4382ebefec6e743578c76bbd0575ce" 315 "$t": "3b4382ebefec6e743578c76bbd0575ce"
(...skipping 1021 matching lines...) Expand 10 before | Expand all | Expand 10 after
1329 "$t": "2011-12-14T01:03:21.151Z" 1337 "$t": "2011-12-14T01:03:21.151Z"
1330 }, 1338 },
1331 "xmlns": "http://www.w3.org/2005/Atom", 1339 "xmlns": "http://www.w3.org/2005/Atom",
1332 "xmlns$batch": "http://schemas.google.com/gdata/batch", 1340 "xmlns$batch": "http://schemas.google.com/gdata/batch",
1333 "xmlns$docs": "http://schemas.google.com/docs/2007", 1341 "xmlns$docs": "http://schemas.google.com/docs/2007",
1334 "xmlns$gd": "http://schemas.google.com/g/2005", 1342 "xmlns$gd": "http://schemas.google.com/g/2005",
1335 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/" 1343 "xmlns$openSearch": "http://a9.com/-/spec/opensearch/1.1/"
1336 }, 1344 },
1337 "version": "1.0" 1345 "version": "1.0"
1338 } 1346 }
OLDNEW
« no previous file with comments | « chrome/browser/chromeos/drive/search_metadata_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698