Chromium Code Reviews
DescriptionAdd GetAboutResource to DriveServiceInterface.
Drive API v2 has two APIs to retrieve meta data:
1) "GetAboutResourceOperation" for quota, changestamp and root id.
2) "GetApplistOperation" for a list of installed apps.
On the other hand, GDataWAPI has one API to retrieve them (except root id) at once, which is "GetAccountMeatadataOperation".
It is possible to split the call of GetAccountMetadata into two (for about resource and for app list each). So, to fill the gap, GetAccountMetadata will be migrated into GetAboutResource and GetAppList.
This CL just adds the method to the interface and some stub implementation only. The real implementation for each inheriting class and the client migration will be done in following CLs.
BUG=174237
TEST=Ran unit_tests.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=184711
Patch Set 1 #
Total comments: 2
Patch Set 2 : Sort class forward declaration. #Messages
Total messages: 6 (0 generated)
|