| Index: chrome/browser/plugins/plugin_observer.h
|
| diff --git a/chrome/browser/plugins/plugin_observer.h b/chrome/browser/plugins/plugin_observer.h
|
| index e89a3273bd693df1a5174d43968ffcc830ef0b2d..8fde0ad2b292eb69bcf1cbfcc243ce42021dd351 100644
|
| --- a/chrome/browser/plugins/plugin_observer.h
|
| +++ b/chrome/browser/plugins/plugin_observer.h
|
| @@ -34,7 +34,8 @@ class PluginObserver : public content::WebContentsObserver,
|
| virtual ~PluginObserver();
|
|
|
| // content::WebContentsObserver implementation.
|
| - virtual void PluginCrashed(const FilePath& plugin_path) OVERRIDE;
|
| + virtual void PluginCrashed(const FilePath& plugin_path,
|
| + base::ProcessId plugin_pid) OVERRIDE;
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
|
|
| private:
|
|
|