| Index: chrome/browser/cocoa/notifications/balloon_controller_unittest.mm
|
| ===================================================================
|
| --- chrome/browser/cocoa/notifications/balloon_controller_unittest.mm (revision 67750)
|
| +++ chrome/browser/cocoa/notifications/balloon_controller_unittest.mm (working copy)
|
| @@ -32,6 +32,7 @@
|
| Profile* profile) {}
|
| virtual bool RemoveById(const std::string& id) { return false; }
|
| virtual bool RemoveBySourceOrigin(const GURL& origin) { return false; }
|
| + virtual void RemoveAll() {}
|
| virtual bool HasSpace() const { return true; }
|
| virtual void ResizeBalloon(Balloon* balloon, const gfx::Size& size) {};
|
| virtual void DisplayChanged() {}
|
|
|