| Index: chrome/browser/extensions/extension_host.h
 | 
| ===================================================================
 | 
| --- chrome/browser/extensions/extension_host.h	(revision 34187)
 | 
| +++ chrome/browser/extensions/extension_host.h	(working copy)
 | 
| @@ -119,7 +119,7 @@
 | 
|                                      IPC::Message* reply_msg,
 | 
|                                      bool* did_suppress_message);
 | 
|    virtual void Close(RenderViewHost* render_view_host);
 | 
| -  virtual RendererPreferences GetRendererPrefs() const;
 | 
| +  virtual RendererPreferences GetRendererPrefs(Profile* profile) const;
 | 
|  
 | 
|    // RenderViewHostDelegate::View
 | 
|    virtual void CreateNewWindow(int route_id);
 | 
| 
 |