| Index: content/browser/plugin_process_host.h
|
| ===================================================================
|
| --- content/browser/plugin_process_host.h (revision 226243)
|
| +++ content/browser/plugin_process_host.h (working copy)
|
| @@ -189,6 +189,9 @@
|
| typedef std::map<int, ResourceContext*> ResourceContextMap;
|
| ResourceContextMap resource_context_map_;
|
|
|
| + // Debugging http://crbug.com/302530
|
| + std::set<int> removed_pids_;
|
| +
|
| scoped_ptr<BrowserChildProcessHostImpl> process_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(PluginProcessHost);
|
|
|