| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index 0c2394d9f90848dd9083870babeea6f2ba9601df..809f2f539e657788015e9c8a55d2d85e66ef7a00 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -145,6 +145,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)
|
|
|