Commit f1364140 authored by Wei Li's avatar Wei Li Committed by Commit Bot

[UI Devtools] Fix missing element highlight

UI Devtools use overlay model to support element highlight. However,
in remote debugging configuration, the highlight is handled by
screencast module which is not supported in current UI Devtools.
This CL fixes this by using local debugging on local sessions.

BUG=749778

Change-Id: Idc81ff27e05d5b95e72748873b933b1ecdb80ad2
Reviewed-on: https://chromium-review.googlesource.com/c/1262960Reviewed-by: default avatarDmitry Gozman <dgozman@chromium.org>
Commit-Queue: Wei Li <weili@chromium.org>
Cr-Commit-Position: refs/heads/master@{#597200}
parent 1d915632
......@@ -23,7 +23,7 @@ namespace ui_devtools {
namespace {
const char kChromeDeveloperToolsPrefix[] =
"chrome-devtools://devtools/bundled/inspector.html?ws=";
"chrome-devtools://devtools/bundled/devtools_app.html?ws=";
bool IsDevToolsEnabled(const char* enable_devtools_flag) {
return base::CommandLine::ForCurrentProcess()->HasSwitch(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment