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

Unified Diff: chrome/test/data/chromeos/drive/filelist.json

Issue 10836205: Parse labels under File resource. (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
« no previous file with comments | « chrome/browser/chromeos/gdata/drive_api_parser_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/chromeos/drive/filelist.json
diff --git a/chrome/test/data/chromeos/drive/filelist.json b/chrome/test/data/chromeos/drive/filelist.json
index 1cb5897c98db850fd9b4894e34efa1cc5cc7445d..d15721ae358a237b71cca05382e04fa4b2c93680 100644
--- a/chrome/test/data/chromeos/drive/filelist.json
+++ b/chrome/test/data/chromeos/drive/filelist.json
@@ -66,9 +66,9 @@
"mimeType": "application/vnd.google-apps.document",
"labels": {
"starred": true,
- "hidden": false,
- "trashed": false,
- "restricted": false,
+ "hidden": true,
+ "trashed": true,
+ "restricted": true,
"viewed": true
},
"createdDate": "2012-07-27T04:54:09.686Z",
« no previous file with comments | « chrome/browser/chromeos/gdata/drive_api_parser_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698