| Index: public/platform/modules/push_messaging/WebPushSubscription.h
|
| diff --git a/public/platform/modules/push_messaging/WebPushSubscription.h b/public/platform/modules/push_messaging/WebPushSubscription.h
|
| index 677fd24649fd066055ea0bf1835aad71ac3abf41..c248c415d071f06b45f5baeb5171503863fb3b3f 100644
|
| --- a/public/platform/modules/push_messaging/WebPushSubscription.h
|
| +++ b/public/platform/modules/push_messaging/WebPushSubscription.h
|
| @@ -6,7 +6,6 @@
|
| #define WebPushSubscription_h
|
|
|
| #include "public/platform/WebCommon.h"
|
| -#include "public/platform/WebString.h"
|
| #include "public/platform/WebURL.h"
|
| #include "public/platform/WebVector.h"
|
|
|
| @@ -20,12 +19,6 @@ struct WebPushSubscription {
|
| {
|
| }
|
|
|
| - // TODO(peter): Remove this constructor when the embedder doesn't use it anymore.
|
| - explicit WebPushSubscription(const WebURL& endpoint)
|
| - : endpoint(endpoint)
|
| - {
|
| - }
|
| -
|
| WebURL endpoint;
|
| WebVector<unsigned char> curve25519dh;
|
| };
|
|
|