| Index: public/platform/modules/notifications/WebNotificationData.h
|
| diff --git a/public/platform/modules/notifications/WebNotificationData.h b/public/platform/modules/notifications/WebNotificationData.h
|
| index 537ed26aa7edaf5b6c892db2cc01cd45f72cf586..5b825d1598fbfd12cbfeebf3379122d578a513a3 100644
|
| --- a/public/platform/modules/notifications/WebNotificationData.h
|
| +++ b/public/platform/modules/notifications/WebNotificationData.h
|
| @@ -23,18 +23,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)
|
| - : title(title)
|
| - , direction(direction)
|
| - , lang(lang)
|
| - , body(body)
|
| - , tag(tag)
|
| - , icon(icon)
|
| - , silent(false)
|
| - {
|
| - }
|
| -
|
| WebNotificationData(const WebString& title, Direction direction, const WebString& lang, const WebString& body, const WebString& tag, const WebURL& icon, bool silent)
|
| : title(title)
|
| , direction(direction)
|
|
|