Chromium Code Reviews| Index: components/drive/service/drive_api_service.cc |
| diff --git a/components/drive/service/drive_api_service.cc b/components/drive/service/drive_api_service.cc |
| index 189baa3b217df139225cb0c5dc1fb382f12333ab..ec5f60e9d294d10e31784d67989003caf6d9d287 100644 |
| --- a/components/drive/service/drive_api_service.cc |
| +++ b/components/drive/service/drive_api_service.cc |
| @@ -117,12 +117,13 @@ const char kFileListFields[] = |
| "parents(id,parentLink),alternateLink," |
| "modifiedDate,lastViewedByMeDate,shared),nextLink"; |
| const char kChangeListFields[] = |
| - "kind,items(file(kind,id,title,createdDate,sharedWithMeDate," |
| + "kind,items(type,file(kind,id,title,createdDate,sharedWithMeDate," |
| "mimeType,md5Checksum,fileSize,labels/trashed,labels/starred," |
| "imageMediaMetadata/width," |
| "imageMediaMetadata/height,imageMediaMetadata/rotation,etag," |
| "parents(id,parentLink),alternateLink,modifiedDate," |
| - "lastViewedByMeDate,shared),deleted,id,fileId,modificationDate),nextLink," |
| + "lastViewedByMeDate,shared),teamDrive(kind,id),teamDriveId," |
|
hashimoto
2017/03/22 06:40:30
The "teamDrive" dictionary you are adding to test/
yamaguchi
2017/03/22 07:30:36
Done.
|
| + "deleted,id,fileId,modificationDate),nextLink," |
| "largestChangeId"; |
| void ExtractOpenUrlAndRun(const std::string& app_id, |