[fsp] Remove the exclusive field from the CreateDirectory operation.
Analogically to CreateFile, we should just return an EXISTS error code if the
entry already exists. The EXISTS error code is later converted to OK if the
operation was requested to be not 'exclusive'.
TBR=benwells@chromium.org
TEST=browser_tests, unit_tests: *FileSystemProvider*CreateDirectory*
BUG=
393141
Committed:
https://crrev.com/8cba4967ecfc5edbc0534964c940af9887582dbc
Cr-Commit-Position: refs/heads/master@{#292873}