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

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

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.h
diff --git a/Source/modules/push_messaging/PushSubscription.h b/Source/modules/push_messaging/PushSubscription.h
index 6742a397ba09f3734f1ff08e59f4284719ffd903..e05a26c1a4e382f6f4570d812a46f0342b3a95a1 100644
--- a/Source/modules/push_messaging/PushSubscription.h
+++ b/Source/modules/push_messaging/PushSubscription.h
@@ -30,7 +30,6 @@ public:
virtual ~PushSubscription();
KURL endpoint() const;
- PassRefPtr<DOMArrayBuffer> curve25519dh() const;
PassRefPtr<DOMArrayBuffer> getKey(const AtomicString& name) const;
ScriptPromise unsubscribe(ScriptState*);
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/modules/push_messaging/PushSubscription.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698