summaryrefslogtreecommitdiff
path: root/chromium/components/content_settings/core/common/features.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/components/content_settings/core/common/features.h')
-rw-r--r--chromium/components/content_settings/core/common/features.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/chromium/components/content_settings/core/common/features.h b/chromium/components/content_settings/core/common/features.h
new file mode 100644
index 00000000000..ac2bafd2f84
--- /dev/null
+++ b/chromium/components/content_settings/core/common/features.h
@@ -0,0 +1,21 @@
+// Copyright 2018 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+// This file defines all the public base::FeatureList features for the chrome
+// module.
+
+#ifndef COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_FEATURES_H_
+#define COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_FEATURES_H_
+
+#include "base/feature_list.h"
+
+namespace content_settings {
+namespace features {
+
+extern const base::Feature kEnableEphemeralFlashPermission;
+
+} // namespace features
+} // namespace content_settings
+
+#endif // COMPONENTS_CONTENT_SETTINGS_CORE_COMMON_FEATURES_H_