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

Unified Diff: ui/message_center/notification.h

Issue 344763002: Rename notification_id() to disambiguate its meaning (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years, 6 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
« no previous file with comments | « chrome/browser/notifications/notification_test_util.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/notification.h
diff --git a/ui/message_center/notification.h b/ui/message_center/notification.h
index e151f4318259770dfcd2c6d4cb80af362455d607..7a58363e75d8ab0b9298db88be3beeeb287237ae 100644
--- a/ui/message_center/notification.h
+++ b/ui/message_center/notification.h
@@ -66,8 +66,6 @@ class MESSAGE_CENTER_EXPORT Notification {
Notification(const Notification& other);
- Notification& operator=(const Notification& other);
-
virtual ~Notification();
// Copies the internal on-memory state from |base|, i.e. shown_as_popup,
@@ -202,6 +200,8 @@ class MESSAGE_CENTER_EXPORT Notification {
const base::Closure& click_callback);
protected:
+ Notification& operator=(const Notification& other);
+
// The type of notification we'd like displayed.
NotificationType type_;
« no previous file with comments | « chrome/browser/notifications/notification_test_util.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698