| Index: content/public/browser/content_browser_client.h
|
| ===================================================================
|
| --- content/public/browser/content_browser_client.h (revision 116798)
|
| +++ content/public/browser/content_browser_client.h (working copy)
|
| @@ -291,8 +291,11 @@
|
| virtual std::string GetWorkerProcessTitle(
|
| const GURL& url, const content::ResourceContext& context) = 0;
|
|
|
| + // Notifies the embedder that the ResourceDispatcherHost has been created.
|
| + // This is when it can optionally add a delegate or ResourceQueueDelegates.
|
| + virtual void ResourceDispatcherHostCreated() = 0;
|
| +
|
| // Getters for common objects.
|
| - virtual ResourceDispatcherHost* GetResourceDispatcherHost() = 0;
|
| virtual ui::Clipboard* GetClipboard() = 0;
|
| virtual MHTMLGenerationManager* GetMHTMLGenerationManager() = 0;
|
| virtual net::NetLog* GetNetLog() = 0;
|
|
|