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

Unified Diff: chrome/browser/devtools/remote_debugging_server.cc

Issue 2451363002: [DevTools] Move main target/connection to TargetManager. (Closed)
Patch Set: Created 4 years, 2 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
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_io_data.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/devtools/remote_debugging_server.cc
diff --git a/chrome/browser/devtools/remote_debugging_server.cc b/chrome/browser/devtools/remote_debugging_server.cc
index 7606b415f16fa5efc92f58a0338f0500b155ed99..1efded8c9bcd47b8679e3f84f1ee6cda7fdc73e3 100644
--- a/chrome/browser/devtools/remote_debugging_server.cc
+++ b/chrome/browser/devtools/remote_debugging_server.cc
@@ -105,7 +105,7 @@ RemoteDebuggingServer::RemoteDebuggingServer(const std::string& ip,
base::FilePath debug_frontend_dir;
#if defined(DEBUG_DEVTOOLS)
- PathService::Get(chrome::DIR_INSPECTOR, &debug_frontend_dir);
+ PathService::Get(chrome::DIR_INSPECTOR_DEBUG, &debug_frontend_dir);
pfeldman 2016/10/27 20:50:27 it is already fixed.
dgozman 2016/10/28 00:22:31 Reverted.
#endif
content::DevToolsAgentHost::StartRemoteDebuggingServer(
« no previous file with comments | « no previous file | chrome/browser/profiles/profile_io_data.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698