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

Unified Diff: public/web/WebNotification.h

Issue 184733002: Remove support for legacy WebKit Notifications (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Remove tests which no longer apply Created 6 years, 10 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
« Source/web/WebNotification.cpp ('K') | « Source/web/WebNotification.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebNotification.h
diff --git a/public/web/WebNotification.h b/public/web/WebNotification.h
index 7194602f5c93c4466772012fba4b1678f130fc5a..094e5b448081fdc3f7229a4bfe6dc4c589c3258c 100644
--- a/public/web/WebNotification.h
+++ b/public/web/WebNotification.h
@@ -35,7 +35,7 @@
#include "WebTextDirection.h"
#if BLINK_IMPLEMENTATION
-namespace WebCore { class NotificationBase; }
+namespace WebCore { class Notification; }
namespace WTF { template <typename T> class PassRefPtr; }
#endif
@@ -98,9 +98,9 @@ public:
BLINK_EXPORT void dispatchClickEvent();
#if BLINK_IMPLEMENTATION
- WebNotification(const WTF::PassRefPtr<WebCore::NotificationBase>&);
- WebNotification& operator=(const WTF::PassRefPtr<WebCore::NotificationBase>&);
- operator WTF::PassRefPtr<WebCore::NotificationBase>() const;
+ WebNotification(const WTF::PassRefPtr<WebCore::Notification>&);
+ WebNotification& operator=(const WTF::PassRefPtr<WebCore::Notification>&);
+ operator WTF::PassRefPtr<WebCore::Notification>() const;
#endif
private:
« Source/web/WebNotification.cpp ('K') | « Source/web/WebNotification.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698