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

Unified Diff: content/public/common/show_desktop_notification_params.cc

Issue 95223003: Remove plumbing for showing HTML notifications from content/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « content/public/common/show_desktop_notification_params.h ('k') | content/renderer/notification_provider.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/show_desktop_notification_params.cc
diff --git a/content/public/common/show_desktop_notification_params.cc b/content/public/common/show_desktop_notification_params.cc
index 667e558e8eac9ac10f8cd5fa3f2be41d1502fa73..4914cb0574f8b1f1ce285ff6cc39884640a485de 100644
--- a/content/public/common/show_desktop_notification_params.cc
+++ b/content/public/common/show_desktop_notification_params.cc
@@ -7,7 +7,7 @@
namespace content {
ShowDesktopNotificationHostMsgParams::ShowDesktopNotificationHostMsgParams()
- : is_html(false), direction(blink::WebTextDirectionDefault),
+ : direction(blink::WebTextDirectionDefault),
notification_id(0) {
}
« no previous file with comments | « content/public/common/show_desktop_notification_params.h ('k') | content/renderer/notification_provider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698