| 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..c47180d72c1dbddc399379016d8d03a4777fa186 100644
|
| --- a/components/drive/service/drive_api_service.cc
|
| +++ b/components/drive/service/drive_api_service.cc
|
| @@ -117,12 +117,14 @@ 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,name,capabilities),"
|
| + "teamDriveId,"
|
| + "deleted,id,fileId,modificationDate),nextLink,"
|
| "largestChangeId";
|
|
|
| void ExtractOpenUrlAndRun(const std::string& app_id,
|
|
|