| 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 2f815b3b6f3f671e3be3cebce74d6f6c6483a5b3..897c1715be03897422795896a8289af2617d98ad 100644
|
| --- a/third_party/WebKit/public/platform/modules/notifications/WebNotificationManager.h
|
| +++ b/third_party/WebKit/public/platform/modules/notifications/WebNotificationManager.h
|
| @@ -51,7 +51,7 @@ public:
|
| virtual void close(WebNotificationDelegate*) = 0;
|
|
|
| // Closes a persistent notification identified by its persistent notification Id.
|
| - virtual void closePersistent(const WebSecurityOrigin&, int64_t persistentNotificationId) = 0;
|
| + virtual void closePersistent(const WebSecurityOrigin&, const WebString& tag, int64_t persistentNotificationId) = 0;
|
|
|
| // Indicates that the delegate object is being destroyed, and must no longer
|
| // be used by the embedder to dispatch events.
|
|
|