| Index: chrome/browser/extensions/api/notification/notification_api.h
|
| diff --git a/chrome/browser/extensions/api/notification/notification_api.h b/chrome/browser/extensions/api/notification/notification_api.h
|
| index 37adb314829e9017b80bc4299b71ff10a82cd15e..41cab45b5a0f30b740bb9b70d64934e98225ad23 100644
|
| --- a/chrome/browser/extensions/api/notification/notification_api.h
|
| +++ b/chrome/browser/extensions/api/notification/notification_api.h
|
| @@ -22,6 +22,8 @@ class NotificationApiFunction : public ApiFunction {
|
| void CreateNotification(
|
| const std::string& id,
|
| api::experimental_notification::NotificationOptions* options);
|
| +
|
| + bool IsNotificationApiEnabled();
|
| };
|
|
|
| class NotificationCreateFunction : public NotificationApiFunction {
|
|
|