Chromium Code Reviews| Index: chrome/common/chrome_features.cc |
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc |
| index 4f6c71aa15ed0d7d3ed7daa2b80954a6ad9a284d..05b08cd3ba43d7b58f00b32e86e0bd06e93fde73 100644 |
| --- a/chrome/common/chrome_features.cc |
| +++ b/chrome/common/chrome_features.cc |
| @@ -105,6 +105,12 @@ const base::Feature kHappinessTrackingSystem { |
| "HappinessTrackingSystem", base::FEATURE_DISABLED_BY_DEFAULT}; |
| #endif |
| +// 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. |
| +const base::Feature kImprovedRecoveryComponent{ |
| + "ImprovedRecoveryComponent", base::FEATURE_DISABLED_BY_DEFAULT}; |
|
sky
2017/02/08 17:12:47
Did you consider naming this "FixUpdater"? "Improv
|
| + |
| #if defined(GOOGLE_CHROME_BUILD) && defined(OS_LINUX) && !defined(OS_CHROMEOS) |
| // Enables showing the "This computer will no longer receive Google Chrome |
| // updates" infobar instead of the "will soon stop receiving" infobar on |