Chromium Code Reviews| Index: chrome/browser/notifications/notification.cc |
| =================================================================== |
| --- chrome/browser/notifications/notification.cc (revision 66634) |
| +++ chrome/browser/notifications/notification.cc (working copy) |
| @@ -34,7 +34,3 @@ |
| delegate_ = notification.delegate(); |
| return *this; |
| } |
| - |
| -bool Notification::IsSame(const Notification& other) const { |
| - return delegate()->id() == other.delegate()->id(); |
| -} |