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

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: android fix 2 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..8354c221969d46391a426285996f089cf489d838 100644
--- a/content/renderer/push_messaging/push_messaging_dispatcher.h
+++ b/content/renderer/push_messaging/push_messaging_dispatcher.h
@@ -7,6 +7,7 @@
#include <stdint.h>
#include <string>
+#include <vector>
#include "base/id_map.h"
#include "content/public/common/push_messaging_status.h"
@@ -51,7 +52,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);
« no previous file with comments | « content/public/common/push_messaging_status.cc ('k') | content/renderer/push_messaging/push_messaging_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698