| Index: third_party/WebKit/public/platform/modules/notifications/WebNotificationManager.h
|
| diff --git a/third_party/WebKit/public/platform/modules/notifications/WebNotificationManager.h b/third_party/WebKit/public/platform/modules/notifications/WebNotificationManager.h
|
| index e83bf7ec9c432b9554ab78b038f76e22271c8a5c..4cad4c8063ad46d774985799da6d3069d779e243 100644
|
| --- a/third_party/WebKit/public/platform/modules/notifications/WebNotificationManager.h
|
| +++ b/third_party/WebKit/public/platform/modules/notifications/WebNotificationManager.h
|
| @@ -60,9 +60,6 @@ public:
|
|
|
| // Synchronously checks the permission level for the given origin.
|
| virtual WebNotificationPermission checkPermission(const WebSecurityOrigin&) = 0;
|
| -
|
| - // Returns the maximum number of actions supported by the embedder.
|
| - virtual size_t maxActions() = 0;
|
| };
|
|
|
| } // namespace blink
|
|
|