Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(743)

Unified Diff: content/public/browser/devtools_http_handler.h

Issue 691863002: [DevTools] Remove DevToolsHttpHandler::Stop. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@httpHandler
Patch Set: Removed comment Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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() {}
};
« no previous file with comments | « content/browser/devtools/devtools_http_handler_unittest.cc ('k') | content/shell/browser/shell_browser_main_parts.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698