| Index: content/shell/webkit_test_controller.h
|
| diff --git a/content/shell/webkit_test_controller.h b/content/shell/webkit_test_controller.h
|
| index d394cd1cb6407e7842b14a28520939765cb404eb..f8ce0e3bae3d96a59b21e306021fecccbcd4a9c6 100644
|
| --- a/content/shell/webkit_test_controller.h
|
| +++ b/content/shell/webkit_test_controller.h
|
| @@ -99,7 +99,8 @@ class WebKitTestController : public base::NonThreadSafe,
|
|
|
| // WebContentsObserver implementation.
|
| virtual bool OnMessageReceived(const IPC::Message& message) OVERRIDE;
|
| - virtual void PluginCrashed(const FilePath& plugin_path) OVERRIDE;
|
| + virtual void PluginCrashed(const FilePath& plugin_path,
|
| + base::ProcessId plugin_pid) OVERRIDE;
|
| virtual void RenderViewCreated(RenderViewHost* render_view_host) OVERRIDE;
|
| virtual void RenderViewGone(base::TerminationStatus status) OVERRIDE;
|
| virtual void WebContentsDestroyed(WebContents* web_contents) OVERRIDE;
|
|
|