| Index: chrome/common/chrome_features.h
|
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
|
| index 4c3b988d81c66c2f9823ce88359be37343104e03..6eeafa3302fb3410a647968174bf994c7bd5bc20 100644
|
| --- a/chrome/common/chrome_features.h
|
| +++ b/chrome/common/chrome_features.h
|
| @@ -9,6 +9,7 @@
|
| #define CHROME_COMMON_CHROME_FEATURES_H_
|
|
|
| #include "base/feature_list.h"
|
| +#include "chrome/common/features.h"
|
| #include "extensions/features/features.h"
|
| #include "ppapi/features/features.h"
|
| #include "printing/features/features.h"
|
| @@ -116,9 +117,9 @@ extern const base::Feature kModalPermissionPrompts;
|
| extern const base::Feature kModuleDatabase;
|
| #endif
|
|
|
| -#if defined(OS_MACOSX)
|
| +#if BUILDFLAG(ENABLE_NATIVE_NOTIFICATIONS)
|
| extern const base::Feature kNativeNotifications;
|
| -#endif // defined(OS_MACOSX)
|
| +#endif
|
|
|
| extern const base::Feature kOfflinePageDownloadSuggestionsFeature;
|
|
|
|
|