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

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

Issue 15582004: Move NotificationDelegate into message_center. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Win browsertests. Created 7 years, 7 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 4a09beeca0dfc3657073bd88d550fa296bfc2529..113a585d97c34fc0980e2b1c6dd9464c4353c40f 100644
--- a/chrome/browser/notifications/notification.h
+++ b/chrome/browser/notifications/notification.h
@@ -121,9 +121,9 @@ class Notification {
return delegate()->GetRenderViewHost();
}
- private:
NotificationDelegate* delegate() const { return delegate_.get(); }
+ private:
// The type of notification we'd like displayed.
message_center::NotificationType type_;

Powered by Google App Engine
This is Rietveld 408576698