Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1443)

Unified Diff: public/platform/modules/push_messaging/WebPushSubscription.h

Issue 1237673002: Introduce the PushSubscription.curve25519dh attribute (3/3) (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
};

Powered by Google App Engine
This is Rietveld 408576698