Index: content/public/common/show_desktop_notification_params.h |
diff --git a/content/public/common/show_desktop_notification_params.h b/content/public/common/show_desktop_notification_params.h |
index 2782946ea48aadbb0646c827930f7b34ee6b01f1..d31f9479ed1037fbe29f6df19c5a3e52f237e774 100644 |
--- a/content/public/common/show_desktop_notification_params.h |
+++ b/content/public/common/show_desktop_notification_params.h |
@@ -19,12 +19,6 @@ struct CONTENT_EXPORT ShowDesktopNotificationHostMsgParams { |
// URL which is the origin that created this notification. |
GURL origin; |
- // True if this is HTML |
- bool is_html; |
- |
- // URL which contains the HTML contents (if is_html is true), otherwise empty. |
- GURL contents_url; |
- |
// Contents of the notification if is_html is false. |
GURL icon_url; |
string16 title; |