| Index: chrome/common/chrome_features.cc
 | 
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
 | 
| index 5b0ceda3f8b4a3876502a7f790237e24162884b1..202249382c51aad2b0f6bf4aa2b69750b818f1da 100644
 | 
| --- a/chrome/common/chrome_features.cc
 | 
| +++ b/chrome/common/chrome_features.cc
 | 
| @@ -122,6 +122,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.
 | 
| 
 |