DescriptionFiles.app: Split the startRequests method of metadata models into createRequests and startRequests.
Currently the startRequests method of metadata models has a responsibility to
create requests as well as to mark the cache as loading.
In the following patch, we need to apply the requests that are generated by
another cache set. Thus the method should be split into two methods (one is for
creating requests and another is for marking cache as loading).
BUG=410766
TEST=FileManagerJsTest.MetadataCacheSet,FileManagerJsTest.MetadataCacheItem
R=yawano@chromium.org
Committed: https://chromium.googlesource.com/chromium/src/+/322fd48b369d42875015093e0b9a00df08eee58b
Patch Set 1 #Patch Set 2 : Fix closure error. #
Total comments: 4
Patch Set 3 : Fix comments. #
Messages
Total messages: 11 (4 generated)
|