 Chromium Code Reviews
 Chromium Code Reviews Issue 4635007:
  When an extension is uninstalled, close all desktop notifications from that e...  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/
    
  
    Issue 4635007:
  When an extension is uninstalled, close all desktop notifications from that e...  (Closed) 
  Base URL: svn://svn.chromium.org/chrome/trunk/src/| 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(); | 
| -} |