Commit 8c199d58 authored by Ramin Halavati's avatar Ramin Halavati Committed by Commit Bot

Enable persistent filesystem in incognito mode.

Persistent filesystem is enabled by default in incognito mode. Storage
is still done in memory and is deleted when browsing session ends.

Tested:
third_party/blink/tools/run_blink_wptserve.py
out/Default/chrome --incognito \
http://localhost:8001/wpt_internal/file-system-api\
/temporary_vs_persistent.window.html

Bug: 990592
Change-Id: I2294dc65c79553917c28541897d5018afaa7b678
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1901079
Commit-Queue: Ramin Halavati <rhalavati@chromium.org>
Reviewed-by: default avatarVictor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#713351}
parent f43f94e1
...@@ -10,7 +10,7 @@ namespace features { ...@@ -10,7 +10,7 @@ namespace features {
// Enables persistent Filesystem API in incognito mode. // Enables persistent Filesystem API in incognito mode.
const base::Feature kEnablePersistentFilesystemInIncognito{ const base::Feature kEnablePersistentFilesystemInIncognito{
"EnablePersistentFilesystemInIncognito", base::FEATURE_DISABLED_BY_DEFAULT}; "EnablePersistentFilesystemInIncognito", base::FEATURE_ENABLED_BY_DEFAULT};
} // namespace features } // namespace features
} // namespace storage } // namespace storage
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment