| Index: chrome/common/chrome_features.h
|
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
|
| index ede452d8b12b33b38fa1ca312b6be421058ac579..4ab2277d7f2919062b3474739f5544a9100ad9d6 100644
|
| --- a/chrome/common/chrome_features.h
|
| +++ b/chrome/common/chrome_features.h
|
| @@ -172,6 +172,10 @@ extern const base::Feature kSimplifiedFullscreenUI;
|
|
|
| extern const base::Feature kSiteDetails;
|
|
|
| +#if defined(OS_ANDROID)
|
| +extern const base::Feature kSiteNotificationChannels;
|
| +#endif
|
| +
|
| #if defined(SYZYASAN)
|
| extern const base::Feature kSyzyasanDeferredFree;
|
| #endif
|
|
|