| Index: chrome/common/chrome_features.h
|
| diff --git a/chrome/common/chrome_features.h b/chrome/common/chrome_features.h
|
| index 96861ed93e2c9274785220f28535d55600a554ef..1ba9a8b8c33bd27d6042e883f52d787f7ac3b499 100644
|
| --- a/chrome/common/chrome_features.h
|
| +++ b/chrome/common/chrome_features.h
|
| @@ -166,6 +166,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
|
|
|