| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 443599c4761dd4573b28dd4f230740263acc9fd0..5a064685e031f1845185d6549fe0e5511654d0e7 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -140,6 +140,12 @@ const base::Feature kMediaRemotingEncrypted{"MediaRemotingEncrypted",
|
| const base::Feature kModalPermissionPrompts{"ModalPermissionPrompts",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| +#if defined(OS_WIN)
|
| +// Enables or disables the ModuleDatabase backend for the conflicts UI.
|
| +const base::Feature kModuleDatabase{"ModuleDatabase",
|
| + base::FEATURE_DISABLED_BY_DEFAULT};
|
| +#endif
|
| +
|
| // Enables the use of native notification centers instead of using the Message
|
| // Center for displaying the toasts.
|
| #if defined(OS_MACOSX)
|
|
|