| Index: chrome/browser/ui/hung_plugin_tab_helper.cc
|
| diff --git a/chrome/browser/ui/hung_plugin_tab_helper.cc b/chrome/browser/ui/hung_plugin_tab_helper.cc
|
| index 2463be4aee520a7897c1f32cdb4384b817efa090..e04f7cfc1699edb3b61fae668f575887e01be0cd 100644
|
| --- a/chrome/browser/ui/hung_plugin_tab_helper.cc
|
| +++ b/chrome/browser/ui/hung_plugin_tab_helper.cc
|
| @@ -229,7 +229,8 @@ HungPluginTabHelper::HungPluginTabHelper(content::WebContents* contents)
|
| HungPluginTabHelper::~HungPluginTabHelper() {
|
| }
|
|
|
| -void HungPluginTabHelper::PluginCrashed(const FilePath& plugin_path) {
|
| +void HungPluginTabHelper::PluginCrashed(const FilePath& plugin_path,
|
| + base::ProcessId plugin_pid) {
|
| // TODO(brettw) ideally this would take the child process ID. When we do this
|
| // for NaCl plugins, we'll want to know exactly which process it was since
|
| // the path won't be useful.
|
|
|