Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3075)

Unified Diff: cc/base/features.cc

Issue 2902773004: cc: Add finch feature flag for checker-imaging. (Closed)
Patch Set: Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: cc/base/features.cc
diff --git a/cc/base/features.cc b/cc/base/features.cc
new file mode 100644
index 0000000000000000000000000000000000000000..a7f0efee13b41357496b9a7a96f6d547d6265da4
--- /dev/null
+++ b/cc/base/features.cc
@@ -0,0 +1,14 @@
+// Copyright 2017 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 "cc/base/features.h"
+
+namespace cc {
+namespace features {
+
+const base::Feature kEnableCheckerImaging{"EnableCheckerImaging",
+ base::FEATURE_DISABLED_BY_DEFAULT};
+
+} // namespace features
+} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698