| Index: chrome/common/chrome_features.h
|
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
|
| index 298f6b030a6226c3cefe551b97f477cf5bdecefd..430dd0d6652af2b5c61cc7e04bee22362508bb72 100644
|
| --- a/chrome/common/chrome_features.h
|
| +++ b/chrome/common/chrome_features.h
|
| @@ -87,6 +87,10 @@ extern const base::Feature kMediaRemotingEncrypted;
|
|
|
| extern const base::Feature kModalPermissionPrompts;
|
|
|
| +#if defined(OS_WIN)
|
| +extern const base::Feature kModuleDatabase;
|
| +#endif
|
| +
|
| #if defined(OS_MACOSX)
|
| extern const base::Feature kNativeNotifications;
|
| #endif // defined(OS_MACOSX)
|
|
|