DescriptionFileAPI: Add Initialize() function to FileSystemBackend
This is a preliminary change for adding SyncFileSystemBackend.
At first, we planed to do initializing process for SyncFileSystemBackend in
InitializeFileSystem(), but it revealed that there are some hassles on that
way (see [*]), so we decieded to introduce a separate initialze function and
to rename InitializeFileSystem() to its original name (i.e. OpenFileSystem()).
[*] https://codereview.chromium.org/18668003/
BUG=242422
TEST=should pass all existing tests
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=213382
Patch Set 1 : #Patch Set 2 : #
Total comments: 2
Patch Set 3 : review fix #
Total comments: 4
Patch Set 4 : fix comment #Patch Set 5 : fix #Patch Set 6 : rebase #Patch Set 7 : remove const qualifier #Messages
Total messages: 16 (0 generated)
|