summaryrefslogtreecommitdiff
path: root/chromium/components/paint_preview/features/features.cc
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2020-07-16 11:45:35 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2020-07-17 08:59:23 +0000
commit552906b0f222c5d5dd11b9fd73829d510980461a (patch)
tree3a11e6ed0538a81dd83b20cf3a4783e297f26d91 /chromium/components/paint_preview/features/features.cc
parent1b05827804eaf047779b597718c03e7d38344261 (diff)
downloadqtwebengine-chromium-552906b0f222c5d5dd11b9fd73829d510980461a.tar.gz
BASELINE: Update Chromium to 83.0.4103.122
Change-Id: Ie3a82f5bb0076eec2a7c6a6162326b4301ee291e Reviewed-by: Michael BrĂ¼ning <michael.bruning@qt.io>
Diffstat (limited to 'chromium/components/paint_preview/features/features.cc')
-rw-r--r--chromium/components/paint_preview/features/features.cc16
1 files changed, 16 insertions, 0 deletions
diff --git a/chromium/components/paint_preview/features/features.cc b/chromium/components/paint_preview/features/features.cc
new file mode 100644
index 00000000000..494778d96d9
--- /dev/null
+++ b/chromium/components/paint_preview/features/features.cc
@@ -0,0 +1,16 @@
+// Copyright 2020 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.
+
+#include "components/paint_preview/features/features.h"
+
+#include "base/feature_list.h"
+
+namespace paint_preview {
+
+const base::Feature kPaintPreviewCaptureExperiment{
+ "PaintPreviewCaptureExperiment", base::FEATURE_DISABLED_BY_DEFAULT};
+const base::Feature kPaintPreviewDemo{"PaintPreviewDemo",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
+} // namespace paint_preview