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

Unified Diff: Source/modules/notifications/Notification.h

Issue 556193002: Add NotificationOptions (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@dic-webmidi
Patch Set: Created 6 years, 3 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: Source/modules/notifications/Notification.h
diff --git a/Source/modules/notifications/Notification.h b/Source/modules/notifications/Notification.h
index 74846fb0727952cce97f79713677b83bf66d3469..048775153b4cda7367c2329598db413053ebd877 100644
--- a/Source/modules/notifications/Notification.h
+++ b/Source/modules/notifications/Notification.h
@@ -43,7 +43,7 @@
namespace blink {
-class Dictionary;
+class NotificationOptions;
Peter Beverloo 2014/09/10 14:30:34 Alphabetical order please.
bashi 2014/09/10 15:02:01 Done.
class ExecutionContext;
class NotificationPermissionCallback;
@@ -52,7 +52,7 @@ class Notification : public RefCountedGarbageCollectedWillBeGarbageCollectedFina
DEFINE_WRAPPERTYPEINFO();
WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Notification);
public:
- static Notification* create(ExecutionContext*, const String& title, const Dictionary& options);
+ static Notification* create(ExecutionContext*, const String& title, const NotificationOptions*);
virtual ~Notification();

Powered by Google App Engine
This is Rietveld 408576698