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

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

Issue 1479923002: Enumerate the return value of dispatchEvent so it is clear. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master_passive_uma_add
Patch Set: sed -i s/DispatchEventResult/WebInputEventResult/g Created 5 years 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/Notification.h
diff --git a/third_party/WebKit/Source/modules/notifications/Notification.h b/third_party/WebKit/Source/modules/notifications/Notification.h
index f9d541f0ef0d190b74a07476142084c4c2e1b66c..ddfc74ab2968769c716d7267da3ac1a6d87869d8 100644
--- a/third_party/WebKit/Source/modules/notifications/Notification.h
+++ b/third_party/WebKit/Source/modules/notifications/Notification.h
@@ -114,7 +114,7 @@ public:
protected:
// EventTarget interface.
- bool dispatchEventInternal(PassRefPtrWillBeRawPtr<Event>) final;
+ WebInputEventResult dispatchEventInternal(PassRefPtrWillBeRawPtr<Event>) final;
private:
Notification(ExecutionContext*, const WebNotificationData&);

Powered by Google App Engine
This is Rietveld 408576698