[Fuchsia] Use isolated-cache for the cdm_data_directory

The ContextParams.cdm_data_directory is provided by the client for the
storage of CDM user data. This CL populates this field for CastRunner
with persistent-isolated-cache. This is temporary to prevent breakage.

Bug: 1051225, b/162078899
Change-Id: Idd291e318ccaf256194ae207018c77c8cfedd574
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2315001
Commit-Queue: RJ Ascani <rjascani@google.com>
Reviewed-by: Wez <wez@chromium.org>
Cr-Commit-Position: refs/heads/master@{#799270}
GitOrigin-RevId: 1f7499b3bfa727d3d58265d4d71d7fb51701c171
This commit is contained in:
RJ Ascani 2020-08-18 19:44:44 +00:00 коммит произвёл Copybara-Service
Родитель 649e26a3a6
Коммит 7eeb3ead5b
2 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -2,6 +2,7 @@
"sandbox": {
"features": [
"deprecated-ambient-replace-as-executable",
"isolated-cache-storage",
"isolated-persistent-storage",
"isolated-temp",
"root-ssl-certificates",

Просмотреть файл

@ -2,6 +2,7 @@
"sandbox": {
"features": [
"config-data",
"isolated-cache-storage",
"isolated-persistent-storage",
"isolated-temp",
"root-ssl-certificates",