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

Unified Diff: third_party/WebKit/public/platform/modules/push_messaging/WebPushSubscriptionOptions.h

Issue 2133673002: Push API: Implement and ship PushSubscription.options (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add MODULES_EXPORT 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
« no previous file with comments | « third_party/WebKit/public/platform/modules/push_messaging/WebPushSubscription.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/push_messaging/WebPushSubscriptionOptions.h
diff --git a/third_party/WebKit/public/platform/modules/push_messaging/WebPushSubscriptionOptions.h b/third_party/WebKit/public/platform/modules/push_messaging/WebPushSubscriptionOptions.h
index ad3db17f8c8417fc321de580a6600d657a47fc05..a9c1698e2478a1cb9742c0a604e59e06d038a653 100644
--- a/third_party/WebKit/public/platform/modules/push_messaging/WebPushSubscriptionOptions.h
+++ b/third_party/WebKit/public/platform/modules/push_messaging/WebPushSubscriptionOptions.h
@@ -21,6 +21,7 @@ struct WebPushSubscriptionOptions {
// P-256 public key, in uncompressed form, of the app server that can send
// push messages to this subscription.
+ // TODO(johnme): Make this a WebVector<uint8_t>.
WebString applicationServerKey;
};
« no previous file with comments | « third_party/WebKit/public/platform/modules/push_messaging/WebPushSubscription.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698