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

Unified Diff: Source/web/ServiceWorkerGlobalScopeProxy.h

Issue 1072873002: Clean up Blink left-overs of textual persistent notification ids. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 8 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/web/ServiceWorkerGlobalScopeProxy.h
diff --git a/Source/web/ServiceWorkerGlobalScopeProxy.h b/Source/web/ServiceWorkerGlobalScopeProxy.h
index 188a7a410248a0fe404bf2244da7575263ca234e..3ebd55b30901b173f9e3d8962aec284183d02eac 100644
--- a/Source/web/ServiceWorkerGlobalScopeProxy.h
+++ b/Source/web/ServiceWorkerGlobalScopeProxy.h
@@ -77,7 +77,6 @@ public:
virtual void dispatchInstallEvent(int) override;
virtual void dispatchMessageEvent(const WebString& message, const WebMessagePortChannelArray&) override;
virtual void dispatchNotificationClickEvent(int, int64_t notificationID, const WebNotificationData&) override;
- virtual void dispatchNotificationClickEvent(int, const WebString& notificationID, const WebNotificationData&) override;
virtual void dispatchPushEvent(int, const WebString& data) override;
virtual void dispatchSyncEvent(int) override;

Powered by Google App Engine
This is Rietveld 408576698