| Index: content/shell/browser/layout_test/layout_test_devtools_frontend.h
|
| diff --git a/content/shell/browser/layout_test/layout_test_devtools_frontend.h b/content/shell/browser/layout_test/layout_test_devtools_frontend.h
|
| index 5106a9beca7bbd5bbe750c4ee557db0c5e13e2cb..24a4d88ac45683ff338010300e3670af82ae6dcb 100644
|
| --- a/content/shell/browser/layout_test/layout_test_devtools_frontend.h
|
| +++ b/content/shell/browser/layout_test/layout_test_devtools_frontend.h
|
| @@ -29,6 +29,9 @@ class LayoutTestDevToolsFrontend : public ShellDevToolsFrontend {
|
| DevToolsAgentHost* agent_host);
|
| ~LayoutTestDevToolsFrontend() override;
|
|
|
| + // content::DevToolsAgentHostClient implementation.
|
| + void AgentHostClosed(DevToolsAgentHost* agent_host, bool replaced) override;
|
| +
|
| // WebContentsObserver implementation.
|
| void RenderProcessGone(base::TerminationStatus status) override;
|
|
|
|
|