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

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

Issue 2388983002: reflow comments in public/modules/{notifications,push_messaging} (Closed)
Patch Set: Created 4 years, 2 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/notifications/WebNotificationManager.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/WebPushSubscription.h
diff --git a/third_party/WebKit/public/platform/modules/push_messaging/WebPushSubscription.h b/third_party/WebKit/public/platform/modules/push_messaging/WebPushSubscription.h
index 8bf77aa65e0695ca4071c3bb4fe3b34f0d644555..a05e30b6b1453256c35c5b1f50ef74b454bf8a6e 100644
--- a/third_party/WebKit/public/platform/modules/push_messaging/WebPushSubscription.h
+++ b/third_party/WebKit/public/platform/modules/push_messaging/WebPushSubscription.h
@@ -13,7 +13,8 @@
namespace blink {
struct WebPushSubscription {
- // The |endpoint|, |p256dh| and |auth| must all be unique for each subscription.
+ // The |endpoint|, |p256dh| and |auth| must all be unique for each
+ // subscription.
WebPushSubscription(const WebURL& endpoint,
bool userVisibleOnly,
const WebString& applicationServerKey,
« no previous file with comments | « third_party/WebKit/public/platform/modules/notifications/WebNotificationManager.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698