| Index: chrome/common/chrome_features.cc
|
| diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc
|
| index d6efa4161d1cf9271d99d0412898486a9b78c802..427d0f70b638c3550f0dbd84770d5854672c0fc9 100644
|
| --- a/chrome/common/chrome_features.cc
|
| +++ b/chrome/common/chrome_features.cc
|
| @@ -315,6 +315,13 @@ const base::Feature kRunAllFlashInAllowMode{"RunAllFlashInAllowMode",
|
| const base::Feature kSafeSearchUrlReporting{"SafeSearchUrlReporting",
|
| base::FEATURE_DISABLED_BY_DEFAULT};
|
|
|
| +#if defined(OS_ANDROID)
|
| +// Enables separate notification channels in Android O for notifications from
|
| +// different origins, instead of sending them all to a single 'Sites' channel.
|
| +const base::Feature kSiteNotificationChannels{
|
| + "SiteNotificationChannels", base::FEATURE_DISABLED_BY_DEFAULT};
|
| +#endif // defined (OS_ANDROID)
|
| +
|
| // A new user experience for transitioning into fullscreen and mouse pointer
|
| // lock states.
|
| const base::Feature kSimplifiedFullscreenUI{"ViewsSimplifiedFullscreenUI",
|
|
|