| Index: content/public/browser/devtools_http_handler.h
|
| diff --git a/content/public/browser/devtools_http_handler.h b/content/public/browser/devtools_http_handler.h
|
| index 2b656b649580c0839eed53504954e51460f67ac4..44c507286ae1f803738b1ce1e82274ea590e892a 100644
|
| --- a/content/public/browser/devtools_http_handler.h
|
| +++ b/content/public/browser/devtools_http_handler.h
|
| @@ -72,14 +72,9 @@ class DevToolsHttpHandler {
|
| DevToolsHttpHandlerDelegate* delegate,
|
| const base::FilePath& active_port_output_directory);
|
|
|
| - // Called from the main thread in order to stop protocol handler.
|
| - // Automatically destroys the handler instance.
|
| - virtual void Stop() = 0;
|
| -
|
| // Returns the URL for the address to debug |agent_host|.
|
| virtual GURL GetFrontendURL() = 0;
|
|
|
| - protected:
|
| virtual ~DevToolsHttpHandler() {}
|
| };
|
|
|
|
|