Index: chrome/common/chrome_features.cc |
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc |
index 3949411d8017577a9bb1f6dcbf7f27590ad778d0..05fc2b5b4006eb455c9b6174018c0f01b14024db 100644 |
--- a/chrome/common/chrome_features.cc |
+++ b/chrome/common/chrome_features.cc |
@@ -154,6 +154,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. |