| Index: content/browser/tab_contents/interstitial_page.cc
|
| diff --git a/content/browser/tab_contents/interstitial_page.cc b/content/browser/tab_contents/interstitial_page.cc
|
| index d4ba3dd165829ff43a59b8cd6ad0b53cc8f327f9..b711e4c6b42d4e229de64aa995b14efe4d47ca6f 100644
|
| --- a/content/browser/tab_contents/interstitial_page.cc
|
| +++ b/content/browser/tab_contents/interstitial_page.cc
|
| @@ -401,7 +401,8 @@ void InterstitialPage::UpdateTitle(RenderViewHost* render_view_host,
|
| tab_->NotifyNavigationStateChanged(TabContents::INVALIDATE_TITLE);
|
| }
|
|
|
| -RendererPreferences InterstitialPage::GetRendererPrefs(Profile* profile) const {
|
| +RendererPreferences InterstitialPage::GetRendererPrefs(
|
| + content::BrowserContext* browser_context) const {
|
| return renderer_preferences_;
|
| }
|
|
|
|
|