| Index: chrome/browser/chrome_content_browser_client_parts.h
|
| diff --git a/chrome/browser/chrome_content_browser_client_parts.h b/chrome/browser/chrome_content_browser_client_parts.h
|
| index 046327e38fd3e8b2a064f0a75d794da0de71305f..cf55561321db9d87a78867baab00a1edb351cd13 100644
|
| --- a/chrome/browser/chrome_content_browser_client_parts.h
|
| +++ b/chrome/browser/chrome_content_browser_client_parts.h
|
| @@ -60,6 +60,9 @@ class ChromeContentBrowserClientParts {
|
| base::CommandLine* command_line,
|
| content::RenderProcessHost* process,
|
| Profile* profile) {}
|
| +
|
| + // Called when the ResourceDispatcherHost is created.
|
| + virtual void ResourceDispatcherHostCreated() {}
|
| };
|
|
|
| #endif // CHROME_BROWSER_CHROME_CONTENT_BROWSER_CLIENT_PARTS_H_
|
|
|