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

Unified Diff: third_party/WebKit/Source/devtools/services/devtools.js

Issue 2451363002: [DevTools] Move main target/connection to TargetManager. (Closed)
Patch Set: rebased 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 | « third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/services/devtools.js
diff --git a/third_party/WebKit/Source/devtools/services/devtools.js b/third_party/WebKit/Source/devtools/services/devtools.js
index 2e5c2360be420df539b41d1d816695649395d85b..831acea05147de88e2f1815656ba17dba4049eeb 100644
--- a/third_party/WebKit/Source/devtools/services/devtools.js
+++ b/third_party/WebKit/Source/devtools/services/devtools.js
@@ -9,4 +9,4 @@ var d = new dispatcher.Dispatcher();
d.registerObject("Terminal", terminal.Terminal);
d.start(9022);
-console.log("Run chrome as `chrome --devtools-flags='{\"service-backend\": \"ws://localhost:9022/endpoint\"}'`");
+console.log("Run chrome as `chrome --devtools-flags='service-backend=ws://localhost:9022/endpoint'`");
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sdk/TargetManager.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698