DescriptionAddEntryToDirectory now takes a FilePath and scoped_ptr<DocumentEntry>
* DriveResourceMetadata::AddEntryToDirectory now takes a FilePath and scoped_ptr<DocumentEntry>.
* DriveFileSystem::AddUploadedParams now take a directory FilePath and a scoped_ptr<DocumentEntry>.
* Anon helper function PostError in drive_resource_metadata.cc posts an async callback error.
* DriveFileSystem's OnCreateDirectoryCompleted renamed to AddNewDirectory. The old synchronous AddNewDirectory is gone, replaced by a call to DriveResourceMetadata::AddEntryToDirectory, continuing with DriveFileSystem::ContinueCreateDirectory.
* DriveFileSystem's CreateDirectoryParams has moved to the header file so AddNewDirectory may be called by the unit test.
* DriveFileSystem's RenameEntryLocally, RenameAfterGetEntryInfo and NotifyAndRunFileMoveCallback now require a non-null callback.
* AddUploadedFileToCache calls OnDirectoryChanged directly instead of the indirection through NotifyAndRunFileMoveCallback. Also additional DCHECKs in AddUploadedFileToCache.
* callback_runner no longer necessary in AddUploadedFileOnUIThread.
* entry replaced with doc_entry everywhere to avoid confusion with GDataEntry.
* virtual_dir_path replaced with directory_path everywhere for consistency.
* delete FindEntryCallback, which is no longer used.
BUG=142048
TEST=unit tests
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=153582
Patch Set 1 #Patch Set 2 : fix test #Patch Set 3 : minor #Patch Set 4 : delete FindEntryCallback #
Total comments: 5
Patch Set 5 : hashimoto feedback #
Total comments: 5
Patch Set 6 : satorux feedback #Patch Set 7 : rebase #
Messages
Total messages: 7 (0 generated)
|