| Index: chrome/browser/notifications/balloon_host.cc
|
| diff --git a/chrome/browser/notifications/balloon_host.cc b/chrome/browser/notifications/balloon_host.cc
|
| index 0c840a9b3568e9a118976419cfa348697b9b1f48..fabe0a9fb19f2cdfc7f89d5b28bf3e5711743aab 100644
|
| --- a/chrome/browser/notifications/balloon_host.cc
|
| +++ b/chrome/browser/notifications/balloon_host.cc
|
| @@ -173,7 +173,9 @@ void BalloonHost::HandleMouseDown() {
|
| balloon_->OnClick();
|
| }
|
|
|
| -RendererPreferences BalloonHost::GetRendererPrefs(Profile* profile) const {
|
| +RendererPreferences BalloonHost::GetRendererPrefs(
|
| + content::BrowserContext* browser_context) const {
|
| + Profile* profile = static_cast<Profile*>(browser_context);
|
| RendererPreferences preferences;
|
| renderer_preferences_util::UpdateFromSystemSettings(&preferences, profile);
|
| return preferences;
|
|
|