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

Unified Diff: third_party/WebKit/public/platform/modules/notifications/WebNotificationDelegate.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 | « no previous file | third_party/WebKit/public/platform/modules/notifications/WebNotificationManager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/public/platform/modules/notifications/WebNotificationDelegate.h
diff --git a/third_party/WebKit/public/platform/modules/notifications/WebNotificationDelegate.h b/third_party/WebKit/public/platform/modules/notifications/WebNotificationDelegate.h
index c09bd2f2adfbacb901123ef73228bbd9f234002b..319d0d331ce75f2fdc0d44c54adf5dbf677e8460 100644
--- a/third_party/WebKit/public/platform/modules/notifications/WebNotificationDelegate.h
+++ b/third_party/WebKit/public/platform/modules/notifications/WebNotificationDelegate.h
@@ -8,8 +8,8 @@
namespace blink {
// A delegate through which the embedder can trigger events on a Document-bound
-// Web Notifications object. Service Worker-bound Web Notifications will not have
-// a delegate, as their events will be fired on a Service Worker instead.
+// Web Notifications object. Service Worker-bound Web Notifications will not
+// have a delegate, as their events will be fired on a Service Worker instead.
class WebNotificationDelegate {
public:
virtual void dispatchClickEvent() = 0;
« no previous file with comments | « no previous file | third_party/WebKit/public/platform/modules/notifications/WebNotificationManager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698