| Index: chrome/browser/tab_contents/tab_contents.h
|
| ===================================================================
|
| --- chrome/browser/tab_contents/tab_contents.h (revision 34187)
|
| +++ chrome/browser/tab_contents/tab_contents.h (working copy)
|
| @@ -903,7 +903,7 @@
|
| virtual void PageHasOSDD(RenderViewHost* render_view_host,
|
| int32 page_id, const GURL& url, bool autodetected);
|
| virtual GURL GetAlternateErrorPageURL() const;
|
| - virtual RendererPreferences GetRendererPrefs() const;
|
| + virtual RendererPreferences GetRendererPrefs(Profile* profile) const;
|
| virtual WebPreferences GetWebkitPrefs();
|
| virtual void OnJSOutOfMemory();
|
| virtual void OnCrossSiteResponse(int new_render_process_host_id,
|
|
|