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

Unified Diff: content/renderer/push_messaging/push_messaging_dispatcher.h

Issue 1210283005: Introduce the PushSubscription.curve25519dh attribute (2/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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: content/renderer/push_messaging/push_messaging_dispatcher.h
diff --git a/content/renderer/push_messaging/push_messaging_dispatcher.h b/content/renderer/push_messaging/push_messaging_dispatcher.h
index 18bf060f416c2a388456fbfa6fe80b3e0a41efdf..fd038c03418f9f64e49e690011b28a0c0422343e 100644
--- a/content/renderer/push_messaging/push_messaging_dispatcher.h
+++ b/content/renderer/push_messaging/push_messaging_dispatcher.h
@@ -51,7 +51,8 @@ class PushMessagingDispatcher : public RenderFrameObserver,
const Manifest& manifest);
void OnSubscribeFromDocumentSuccess(int32_t request_id,
- const GURL& endpoint);
+ const GURL& endpoint,
+ const std::vector<uint8_t>& curve25519dh);
void OnSubscribeFromDocumentError(int32_t request_id,
PushRegistrationStatus status);

Powered by Google App Engine
This is Rietveld 408576698