| 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..a0ffc63e201d19a1708794597d9e0d8f4e9da0b0 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* browser_context) const;
|
|
|
| // Enable Web UI. This has to be called before renderer is created.
|
| void EnableWebUI();
|
|
|