| Index: public/platform/modules/notifications/WebNotificationData.h
|
| diff --git a/public/platform/modules/notifications/WebNotificationData.h b/public/platform/modules/notifications/WebNotificationData.h
|
| index 211be2456bdd00b31a2c6d183dd74d3cf370e86f..f07cf1d68720022c88feae4d89ca47ac44b60e27 100644
|
| --- a/public/platform/modules/notifications/WebNotificationData.h
|
| +++ b/public/platform/modules/notifications/WebNotificationData.h
|
| @@ -25,18 +25,6 @@ struct WebNotificationData {
|
| }
|
|
|
| // FIXME: Remove this constructor when Chromium has switched to the new one.
|
| - WebNotificationData(const WebString& title, Direction direction, const WebString& lang, const WebString& body, const WebString& tag, const WebURL& icon, bool silent)
|
| - : title(title)
|
| - , direction(direction)
|
| - , lang(lang)
|
| - , body(body)
|
| - , tag(tag)
|
| - , icon(icon)
|
| - , silent(silent)
|
| - {
|
| - }
|
| -
|
| - // FIXME: Remove this constructor when Chromium has switched to the new one.
|
| WebNotificationData(const WebString& title, Direction direction, const WebString& lang, const WebString& body, const WebString& tag, const WebURL& icon, bool silent, const WebVector<char>& data)
|
| : title(title)
|
| , direction(direction)
|
|
|