| Index: content/public/browser/content_browser_client.h
|
| ===================================================================
|
| --- content/public/browser/content_browser_client.h (revision 140592)
|
| +++ content/public/browser/content_browser_client.h (working copy)
|
| @@ -20,7 +20,6 @@
|
| class FilePath;
|
| class GURL;
|
| class PluginProcessHost;
|
| -class ResourceDispatcherHost;
|
|
|
| namespace webkit_glue {
|
| struct WebPreferences;
|
| @@ -353,7 +352,7 @@
|
| ResourceContext* context);
|
|
|
| // Notifies the embedder that the ResourceDispatcherHost has been created.
|
| - // This is when it can optionally add a delegate or ResourceQueueDelegates.
|
| + // This is when it can optionally add a delegate.
|
| virtual void ResourceDispatcherHostCreated() {}
|
|
|
| // Allows the embedder to return a delegate for the SpeechRecognitionManager.
|
|
|