summaryrefslogtreecommitdiff
path: root/chromium/content/browser/file_system_access/features.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/content/browser/file_system_access/features.h')
-rw-r--r--chromium/content/browser/file_system_access/features.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/chromium/content/browser/file_system_access/features.h b/chromium/content/browser/file_system_access/features.h
new file mode 100644
index 00000000000..026f9492586
--- /dev/null
+++ b/chromium/content/browser/file_system_access/features.h
@@ -0,0 +1,21 @@
+// Copyright 2022 The Chromium Authors
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CONTENT_BROWSER_FILE_SYSTEM_ACCESS_FEATURES_H_
+#define CONTENT_BROWSER_FILE_SYSTEM_ACCESS_FEATURES_H_
+
+#include "base/feature_list.h"
+#include "content/common/content_export.h"
+
+namespace content::features {
+
+// All features in alphabetical order. The features should be documented
+// alongside the definition of their values in the .cc file.
+
+// Alphabetical:
+CONTENT_EXPORT BASE_DECLARE_FEATURE(kFileSystemAccessDragAndDropCheckBlocklist);
+
+} // namespace content::features
+
+#endif // CONTENT_BROWSER_FILE_SYSTEM_ACCESS_FEATURES_H_