| Index: chrome/browser/tab_contents/interstitial_page.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/interstitial_page.h (revision 34187)
|
| +++ chrome/browser/tab_contents/interstitial_page.h (working copy)
|
| @@ -107,7 +107,7 @@
|
| const std::wstring& title);
|
| virtual void DomOperationResponse(const std::string& json_string,
|
| int automation_id);
|
| - virtual RendererPreferences GetRendererPrefs() const {
|
| + virtual RendererPreferences GetRendererPrefs(Profile* profile) const {
|
| return renderer_preferences_;
|
| }
|
|
|
|
|