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

Unified Diff: chrome/browser/notifications/notification.h

Issue 576823003: Merge two Notification constructors, increase priority of low-battery notification. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Wrap kNotificationOriginUrl in GURL Created 6 years, 3 months 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
Index: chrome/browser/notifications/notification.h
diff --git a/chrome/browser/notifications/notification.h b/chrome/browser/notifications/notification.h
index 9e10d5311bf50ee2b00c7c1d5d66b823cee38b04..4c66aac5089474bb5b37a9c131f8eeb0b28de791 100644
--- a/chrome/browser/notifications/notification.h
+++ b/chrome/browser/notifications/notification.h
@@ -38,17 +38,6 @@ class Notification : public message_center::Notification {
const base::string16& replace_id,
NotificationDelegate* delegate);
- // Initializes a notification with text content and an icon image. Currently
- // only used on Ash. Does not generate content_url_.
- Notification(const GURL& origin_url,
- const gfx::Image& icon,
- const base::string16& title,
- const base::string16& body,
- blink::WebTextDirection dir,
- const base::string16& display_source,
- const base::string16& replace_id,
- NotificationDelegate* delegate);
-
Notification(
message_center::NotificationType type,
const GURL& origin_url,
« no previous file with comments | « chrome/browser/notifications/desktop_notification_service.cc ('k') | chrome/browser/notifications/notification.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698