| Index: chrome/browser/plugin_process_host.h
|
| ===================================================================
|
| --- chrome/browser/plugin_process_host.h (revision 69229)
|
| +++ chrome/browser/plugin_process_host.h (working copy)
|
| @@ -28,8 +28,6 @@
|
| struct ChannelHandle;
|
| }
|
|
|
| -class URLRequestContext;
|
| -struct ViewHostMsg_Resource_Request;
|
| class GURL;
|
|
|
| // Represents the browser side of the browser <--> plugin communication
|
| @@ -104,11 +102,6 @@
|
| private:
|
| friend class PluginResolveProxyHelper;
|
|
|
| - // ResourceDispatcherHost::Receiver implementation:
|
| - virtual URLRequestContext* GetRequestContext(
|
| - uint32 request_id,
|
| - const ViewHostMsg_Resource_Request& request_data);
|
| -
|
| // Sends a message to the plugin process to request creation of a new channel
|
| // for the given mime type.
|
| void RequestPluginChannel(Client* client);
|
|
|