Index: content/browser/mock_content_browser_client.h |
=================================================================== |
--- content/browser/mock_content_browser_client.h (revision 117096) |
+++ content/browser/mock_content_browser_client.h (working copy) |
@@ -125,7 +125,7 @@ |
int render_process_id) OVERRIDE; |
virtual std::string GetWorkerProcessTitle( |
const GURL& url, const content::ResourceContext& context) OVERRIDE; |
- virtual ResourceDispatcherHost* GetResourceDispatcherHost() OVERRIDE; |
+ virtual void ResourceDispatcherHostCreated() OVERRIDE; |
virtual ui::Clipboard* GetClipboard() OVERRIDE; |
virtual MHTMLGenerationManager* GetMHTMLGenerationManager() OVERRIDE; |
virtual net::NetLog* GetNetLog() OVERRIDE; |