| Index: chrome/browser/notifications/balloon_host.h
|
| diff --git a/chrome/browser/notifications/balloon_host.h b/chrome/browser/notifications/balloon_host.h
|
| index 43936655849afceb6c4f29354a97d704f349514f..a065632b677969b6e4003de662eedaa81badad44 100644
|
| --- a/chrome/browser/notifications/balloon_host.h
|
| +++ b/chrome/browser/notifications/balloon_host.h
|
| @@ -97,7 +97,8 @@ class BalloonHost : public RenderViewHostDelegate,
|
| virtual void GotFocus() {}
|
| virtual void TakeFocus(bool reverse) {}
|
| virtual void UpdatePreferredSize(const gfx::Size& pref_size);
|
| - virtual RendererPreferences GetRendererPrefs(Profile* profile) const;
|
| + virtual RendererPreferences GetRendererPrefs(
|
| + content::BrowserContext* context) const;
|
|
|
| // Enable Web UI. This has to be called before renderer is created.
|
| void EnableWebUI();
|
|
|