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

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

Issue 730433003: [DevTools] Remote frontend is now embedded to iframe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased, fixed test 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: chromecast/browser/devtools/remote_debugging_server.cc
diff --git a/chromecast/browser/devtools/remote_debugging_server.cc b/chromecast/browser/devtools/remote_debugging_server.cc
index 5b501b1e5903c7719a0e4ac826912e1b2a60aaeb..82e253ccae66d6c86deb1f54d8eb1898c452b099 100644
--- a/chromecast/browser/devtools/remote_debugging_server.cc
+++ b/chromecast/browser/devtools/remote_debugging_server.cc
@@ -30,7 +30,7 @@ namespace shell {
namespace {
const char kFrontEndURL[] =
- "https://chrome-devtools-frontend.appspot.com/serve_rev/%s/devtools.html";
+ "https://chrome-devtools-frontend.appspot.com/serve_rev/%s/inspector.html";
const int kDefaultRemoteDebuggingPort = 9222;
#if defined(OS_ANDROID)
« no previous file with comments | « chrome/test/data/devtools/target_list/background.js ('k') | content/browser/devtools/devtools_http_handler_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698