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

Unified Diff: Source/modules/push_messaging/PushSubscription.cpp

Issue 1316693002: Remove left-overs of PushSubscription.curve25519dh (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 4 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: Source/modules/push_messaging/PushSubscription.cpp
diff --git a/Source/modules/push_messaging/PushSubscription.cpp b/Source/modules/push_messaging/PushSubscription.cpp
index a1704fbeaaa286459c401e35d8e1fd5f100ace25..5dea39123e0d48ffd7a185189e7f3554932e364b 100644
--- a/Source/modules/push_messaging/PushSubscription.cpp
+++ b/Source/modules/push_messaging/PushSubscription.cpp
@@ -46,11 +46,6 @@ KURL PushSubscription::endpoint() const
return m_endpoint;
}
-PassRefPtr<DOMArrayBuffer> PushSubscription::curve25519dh() const
-{
- return m_curve25519dh;
-}
-
PassRefPtr<DOMArrayBuffer> PushSubscription::getKey(const AtomicString& name) const
{
if (name == "curve25519dh")
« no previous file with comments | « Source/modules/push_messaging/PushSubscription.h ('k') | Source/modules/push_messaging/PushSubscription.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698