Fuchsia: Add DIR_APP_DATA path key for user data, set to /tmp for now.

The existing default implementation attempts to place user data at the
same path as the browser executable. This fails for packaged apps
since the filesystem mounted at /pkg is immutable.

This CL introduces a new PathService key DIR_APP_DATA, which will
eventually point to /data, but points to /tmp for the time being
(see bug 840598).


Bug: 840598
Change-Id: I9e3bae2253c986e292b05d6532a06872de20420b
Reviewed-on: https://chromium-review.googlesource.com/1050496
Commit-Queue: Kevin Marshall <kmarshall@chromium.org>
Reviewed-by: Daniel Cheng <dcheng@chromium.org>
Reviewed-by: Scott Graham <scottmg@chromium.org>
Reviewed-by: Peter Beverloo <peter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#560472}

CrOS-Libchrome-Original-Commit: ec64321fd86d905aea4ffc4aec01cf19d63b0fdb
1 file changed
tree: 3ae8214351f5ec0140125f264129d2ebdce4d71b
  1. base/
  2. build/
  3. components/
  4. dbus/
  5. device/
  6. ipc/
  7. mojo/
  8. testing/
  9. third_party/
  10. ui/