DescriptionFile system API: whitelist the Downloads dir on Chrome OS.
Due to crrev.com/203393 we now blacklist the user data dir in
DoCheckWritableFile(). However, on Chrome OS the user Downloads
folder (~/Downloads) is a subdirectory of the user data dir and
serves the role of local storage. This should be writable for
file system API.
BUG=246339
TEST=verified Downloads folder is writable by v2 apps on Chrome OS.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=203919
Patch Set 1 #Patch Set 2 : Instead of opening the entire user data dir, just whitelist the Downloads dir. #Patch Set 3 : ApiTest. #
Total comments: 2
Patch Set 4 : Address Sam's comments. Confirmed test passing on chromeos. #
Messages
Total messages: 13 (0 generated)
|