Index: chrome/common/chrome_features.cc |
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc |
index cb09f4cc2443f012208b0c327f55b88bf2849701..583cff59d917a18806d22eb07a2238f4a967d87e 100644 |
--- a/chrome/common/chrome_features.cc |
+++ b/chrome/common/chrome_features.cc |
@@ -132,6 +132,9 @@ const base::Feature kHappinessTrackingSystem { |
"HappinessTrackingSystem", base::FEATURE_DISABLED_BY_DEFAULT}; |
#endif |
+const base::Feature kImportantSitesInCBD{"ImportantSitesInCBD", |
+ base::FEATURE_DISABLED_BY_DEFAULT}; |
+ |
// Controls whether the "improved recovery component" is used. The improved |
// recovery component is a redesigned Chrome component intended to restore |
// a broken Chrome updater in more scenarios than before. |