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

Unified Diff: third_party/WebKit/Source/modules/notifications/NotificationData.h

Issue 2392543004: Reflow comments in the Push and Notification modules. (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
Index: third_party/WebKit/Source/modules/notifications/NotificationData.h
diff --git a/third_party/WebKit/Source/modules/notifications/NotificationData.h b/third_party/WebKit/Source/modules/notifications/NotificationData.h
index c0deb3759e590d0bf2986a919d46a23342561806..f307a0d76ccd250973fd397cfe77478e11ae69f3 100644
--- a/third_party/WebKit/Source/modules/notifications/NotificationData.h
+++ b/third_party/WebKit/Source/modules/notifications/NotificationData.h
@@ -18,8 +18,9 @@ class ExceptionState;
class ExecutionContext;
class NotificationOptions;
-// Creates a WebNotificationData object based on the developer-provided notification data. When the
-// data is deemed invalid, an exception will be thrown to the passed exception state.
+// Creates a WebNotificationData object based on the developer-provided
+// notification options. An exception will be thrown on the ExceptionState when
+// the given options do not match the constraints imposed by the specification.
MODULES_EXPORT WebNotificationData
createWebNotificationData(ExecutionContext*,
const String& title,

Powered by Google App Engine
This is Rietveld 408576698