Commit 21caa11f authored by mlamouri@chromium.org's avatar mlamouri@chromium.org

WebPushClient requires a virtual destructor.

BUG=None

Review URL: https://codereview.chromium.org/338523004

git-svn-id: svn://svn.chromium.org/blink/trunk@176124 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 40e9ebb3
......@@ -17,6 +17,7 @@ typedef WebCallbacks<WebPushRegistration, WebPushError> WebPushRegistrationCallb
class WebPushClient {
public:
virtual ~WebPushClient() { }
virtual void registerPushMessaging(const WebString& senderId, WebPushRegistrationCallbacks*) = 0;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment