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

Unified Diff: public/platform/WebPushClient.h

Issue 338523004: WebPushClient requires a virtual destructor. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebPushClient.h
diff --git a/public/platform/WebPushClient.h b/public/platform/WebPushClient.h
index ad687680a2e6d78e22eb34d9b99e67c440933af1..134f44591cf2a42c91d53cc09baa0981de870d33 100644
--- a/public/platform/WebPushClient.h
+++ b/public/platform/WebPushClient.h
@@ -17,6 +17,7 @@ typedef WebCallbacks<WebPushRegistration, WebPushError> WebPushRegistrationCallb
class WebPushClient {
public:
+ virtual ~WebPushClient() { }
virtual void registerPushMessaging(const WebString& senderId, WebPushRegistrationCallbacks*) = 0;
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698