| Index: chrome/browser/notifications/notification.h
 | 
| ===================================================================
 | 
| --- chrome/browser/notifications/notification.h	(revision 30967)
 | 
| +++ chrome/browser/notifications/notification.h	(working copy)
 | 
| @@ -37,6 +37,10 @@
 | 
|    void Error() const { proxy()->Error(); }
 | 
|    void Close(bool by_user) const { proxy()->Close(by_user); }
 | 
|  
 | 
| +  bool IsSame(const Notification& other) const {
 | 
| +    return (*proxy_).IsSame(*(other.proxy()));
 | 
| +  }
 | 
| +
 | 
|   private:
 | 
|    NotificationObjectProxy* proxy() const { return proxy_.get(); }
 | 
|  
 | 
| 
 |