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

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

Issue 1395093002: Fix system notifications incorrectly marked as type WEB_PAGE (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@timeout
Patch Set: Fix typo Created 5 years, 2 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 d07ef76f9c46d93d8e585b96fd68f1746505ba9b..668fa0face6d8e57d30469e6ff47dac325ba5a44 100644
--- a/chrome/browser/notifications/notification.h
+++ b/chrome/browser/notifications/notification.h
@@ -23,14 +23,6 @@ class Image;
// Representation of a notification to be shown to the user.
class Notification : public message_center::Notification {
public:
- Notification(const GURL& origin_url,
- const base::string16& title,
- const base::string16& body,
- const gfx::Image& icon,
- const base::string16& display_source,
- const std::string& tag,
- NotificationDelegate* delegate);
-
Notification(
message_center::NotificationType type,
const base::string16& title,
« no previous file with comments | « chrome/browser/notifications/message_center_notifications_unittest.cc ('k') | chrome/browser/notifications/notification.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698