| Index: chrome/browser/views/notifications/balloon_view_host.h
|
| ===================================================================
|
| --- chrome/browser/views/notifications/balloon_view_host.h (revision 34185)
|
| +++ chrome/browser/views/notifications/balloon_view_host.h (working copy)
|
| @@ -84,7 +84,7 @@
|
| virtual void HandleMouseEvent() {}
|
| virtual void HandleMouseLeave() {}
|
| virtual void UpdatePreferredSize(const gfx::Size& pref_size);
|
| - virtual RendererPreferences GetRendererPrefs() const {
|
| + virtual RendererPreferences GetRendererPrefs(Profile* profile) const {
|
| return RendererPreferences();
|
| }
|
|
|
|
|