 Chromium Code Reviews
 Chromium Code Reviews Issue 6334016:
  Refactor PPAPI proxy resource handling to maintain which host they came from,...  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/
    
  
    Issue 6334016:
  Refactor PPAPI proxy resource handling to maintain which host they came from,...  (Closed) 
  Base URL: svn://chrome-svn/chrome/trunk/src/| Index: ppapi/proxy/plugin_resource.cc | 
| =================================================================== | 
| --- ppapi/proxy/plugin_resource.cc (revision 72840) | 
| +++ ppapi/proxy/plugin_resource.cc (working copy) | 
| @@ -7,7 +7,8 @@ | 
| namespace pp { | 
| namespace proxy { | 
| -PluginResource::PluginResource(PP_Instance instance) : instance_(instance) { | 
| +PluginResource::PluginResource(const HostResource& resource) | 
| + : host_resource_(resource) { | 
| } | 
| PluginResource::~PluginResource() { |