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

Unified Diff: ui/message_center/notification.cc

Issue 20136004: Allow partial update for notification update API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix trybots Created 7 years, 5 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: ui/message_center/notification.cc
diff --git a/ui/message_center/notification.cc b/ui/message_center/notification.cc
index a3530a53e19fba318e53b135cb6822ee1d77b3a2..4f76fe9b93d608ad5e23f05879c8f4a9033882d3 100644
--- a/ui/message_center/notification.cc
+++ b/ui/message_center/notification.cc
@@ -41,6 +41,9 @@ RichNotificationData::RichNotificationData(const RichNotificationData& other)
RichNotificationData::~RichNotificationData() {}
+Notification::Notification() {
dewittj 2013/07/24 23:09:53 Doesn't this need defaults for all the member vari
jianli 2013/07/25 01:02:41 Removed.
+}
+
Notification::Notification(NotificationType type,
const std::string& id,
const string16& title,

Powered by Google App Engine
This is Rietveld 408576698