DescriptionRemove root resource id aliasing from DriveResourceMetadata.
This is a part of Drive API v2 migration. On Drive API v2, the root resource
id is not fixed, while it is fixed on GData WAPI, which is "folder:root".
By this CL, the MyDrive root entry will be created when the "drive" (grand
root) is accessed for the first time, instead of creating it in
DriveResourceMetadata::Initialize.
Along with the change, this CL also implements the Fast-Fetch behavior
in ChangeListLoader::DoLoadDirectoryFromServcer.
BUG=174237
TEST=Ran unit_tests and tested manually on chromeos-chrome
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=193362
Patch Set 1 #
Total comments: 24
Patch Set 2 : Address review comments #Patch Set 3 : Fix JS comment. #
Total comments: 2
Patch Set 4 : Remove other resource id check. #Messages
Total messages: 10 (0 generated)
|