// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "storage/browser/file_system/file_system_features.h" namespace storage::features { // Enables persistent Filesystem API in incognito mode. BASE_FEATURE(…); // Creates FileSystemContexts in incognito mode. This is used to run web tests // in incognito mode to ensure feature parity for FileSystemAccessAccessHandles. BASE_FEATURE(…); } // namespace storage::features