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

Unified Diff: chrome/browser/notifications/notification_object_proxy.cc

Issue 433273002: NotificationObjectProxy should own the DesktopNotificationDelegateImpl (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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: chrome/browser/notifications/notification_object_proxy.cc
diff --git a/chrome/browser/notifications/notification_object_proxy.cc b/chrome/browser/notifications/notification_object_proxy.cc
index af4524b94ba8f6331c5a7cec20a4c09226868dc9..c8c9726986e637c14f0243f5042cda0b370df0a8 100644
--- a/chrome/browser/notifications/notification_object_proxy.cc
+++ b/chrome/browser/notifications/notification_object_proxy.cc
@@ -21,6 +21,8 @@ NotificationObjectProxy::NotificationObjectProxy(
id_(base::GenerateGUID()) {
}
+NotificationObjectProxy::~NotificationObjectProxy() {}
+
void NotificationObjectProxy::Display() {
// This method is called each time the notification is shown to the user
// but we only want to fire the event the first time.

Powered by Google App Engine
This is Rietveld 408576698