| 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 c6fa5e3d812ab784313abca18f95b715bd9b6e37..ff8dc964c548062c06c51de46f35b944d061a154 100644
|
| --- a/chrome/browser/ui/hung_plugin_tab_helper.cc
|
| +++ b/chrome/browser/ui/hung_plugin_tab_helper.cc
|
| @@ -211,7 +211,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.
|
|
|