diff options
Diffstat (limited to 'chrome/browser/notifications/notification.cc')
-rw-r--r-- | chrome/browser/notifications/notification.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/browser/notifications/notification.cc b/chrome/browser/notifications/notification.cc index c429efa..e6d69a6 100644 --- a/chrome/browser/notifications/notification.cc +++ b/chrome/browser/notifications/notification.cc @@ -34,7 +34,3 @@ Notification& Notification::operator=(const Notification& notification) { delegate_ = notification.delegate(); return *this; } - -bool Notification::IsSame(const Notification& other) const { - return delegate()->id() == other.delegate()->id(); -} |