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

Unified Diff: content/browser/devtools/protocol/devtools_domain_handler.cc

Issue 2863623003: [DevTools] Support multiple sessions in content/ domain handlers (Closed)
Patch Set: addressed review comments Created 3 years, 7 months 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/browser/devtools/protocol/devtools_domain_handler.cc
diff --git a/content/browser/devtools/protocol/devtools_domain_handler.cc b/content/browser/devtools/protocol/devtools_domain_handler.cc
index 8e17bc1ff8a69b450301b88e66356476df3852ec..7ff865f48c3dda4e1585e53a7b93c4a55383230a 100644
--- a/content/browser/devtools/protocol/devtools_domain_handler.cc
+++ b/content/browser/devtools/protocol/devtools_domain_handler.cc
@@ -10,12 +10,6 @@
namespace content {
namespace protocol {
-// static
-DevToolsSession* DevToolsDomainHandler::GetFirstSession(
- DevToolsAgentHostImpl* host) {
- return host->session();
-}
-
DevToolsDomainHandler::DevToolsDomainHandler(const std::string& name)
: name_(name) {
}
« no previous file with comments | « content/browser/devtools/protocol/devtools_domain_handler.h ('k') | content/browser/devtools/protocol/input_handler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698