| Index: chrome/browser/ui/hung_plugin_tab_helper.h
|
| diff --git a/chrome/browser/ui/hung_plugin_tab_helper.h b/chrome/browser/ui/hung_plugin_tab_helper.h
|
| index 92b9508967f22d4400ed7100715dff1ad09595ba..0cf6b336f1314d25799b3af41a7b57f27aeed48a 100644
|
| --- a/chrome/browser/ui/hung_plugin_tab_helper.h
|
| +++ b/chrome/browser/ui/hung_plugin_tab_helper.h
|
| @@ -40,7 +40,8 @@ class HungPluginTabHelper
|
| virtual ~HungPluginTabHelper();
|
|
|
| // content::WebContentsObserver overrides:
|
| - virtual void PluginCrashed(const FilePath& plugin_path) OVERRIDE;
|
| + virtual void PluginCrashed(const FilePath& plugin_path,
|
| + base::ProcessId plugin_pid) OVERRIDE;
|
| virtual void PluginHungStatusChanged(int plugin_child_id,
|
| const FilePath& plugin_path,
|
| bool is_hung) OVERRIDE;
|
|
|