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

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

Issue 1321453007: Some random Web Notification cleanups (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: typo fix Created 5 years, 4 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 ede4f7894defd0937940dfcddce41d9a73baee17..171ab5c33070d9460cef346d4b2457560d4f937d 100644
--- a/Source/modules/notifications/Notification.h
+++ b/Source/modules/notifications/Notification.h
@@ -45,10 +45,8 @@
#include "public/platform/modules/notifications/WebNotificationData.h"
#include "public/platform/modules/notifications/WebNotificationDelegate.h"
#include "public/platform/modules/notifications/WebNotificationPermission.h"
-#include "wtf/PassOwnPtr.h"
#include "wtf/PassRefPtr.h"
#include "wtf/RefCounted.h"
-#include "wtf/RefPtr.h"
namespace blink {
@@ -57,8 +55,6 @@ class NotificationAction;
class NotificationOptions;
class NotificationPermissionCallback;
class ScriptState;
-class ScriptValue;
-class UnsignedLongOrUnsignedLongSequence;
class MODULES_EXPORT Notification final : public RefCountedGarbageCollectedEventTargetWithInlineData<Notification>, public ActiveDOMObject, public WebNotificationDelegate {
REFCOUNTED_GARBAGE_COLLECTED_EVENT_TARGET(Notification);
@@ -133,7 +129,6 @@ private:
void setPersistentId(int64_t persistentId) { m_persistentId = persistentId; }
-private:
WebNotificationData m_data;
// ScriptValue representations of the developer-associated data. Initialized lazily on first access.

Powered by Google App Engine
This is Rietveld 408576698