| Index: chrome/browser/extensions/api/notifications/notifications_api.h
|
| diff --git a/chrome/browser/extensions/api/notifications/notifications_api.h b/chrome/browser/extensions/api/notifications/notifications_api.h
|
| index 79555a4f9d4436d503986bcf91522e573f8de664..1a21c1189656b464fc497bba6527de6f86067e90 100644
|
| --- a/chrome/browser/extensions/api/notifications/notifications_api.h
|
| +++ b/chrome/browser/extensions/api/notifications/notifications_api.h
|
| @@ -17,6 +17,8 @@
|
| class Notification;
|
|
|
| namespace extensions {
|
| +
|
| +extern const base::Feature kAllowFullscreenAppNotificationsFeature;
|
|
|
| class ExtensionNotificationDisplayHelper;
|
|
|
|
|