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

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

Issue 2133673002: Push API: Implement and ship PushSubscription.options (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 5fb894f6b5c91ef9cd9dd0d79f967a50c9c33e00..9574c117aa10504b98da44e369f3508f79506d4c 100644
--- a/content/renderer/push_messaging/push_messaging_dispatcher.h
+++ b/content/renderer/push_messaging/push_messaging_dispatcher.h
@@ -63,6 +63,7 @@ class PushMessagingDispatcher : public RenderFrameObserver,
void OnSubscribeFromDocumentSuccess(int32_t request_id,
const GURL& endpoint,
+ const PushSubscriptionOptions& options,
const std::vector<uint8_t>& p256dh,
const std::vector<uint8_t>& auth);

Powered by Google App Engine
This is Rietveld 408576698