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

Unified Diff: third_party/WebKit/Source/devtools/front_end/devices/DevicesView.js

Issue 2361613002: DevTools: untangle device discovery request from the devtools android bridge. (Closed)
Patch Set: for landing Created 4 years, 3 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: third_party/WebKit/Source/devtools/front_end/devices/DevicesView.js
diff --git a/third_party/WebKit/Source/devtools/front_end/devices/DevicesView.js b/third_party/WebKit/Source/devtools/front_end/devices/DevicesView.js
index a06c3d64536b06c6ebcea3b82dd8524024c9179a..24c9dd3f6e062765bce74476ed6f5631aafd37f4 100644
--- a/third_party/WebKit/Source/devtools/front_end/devices/DevicesView.js
+++ b/third_party/WebKit/Source/devtools/front_end/devices/DevicesView.js
@@ -634,7 +634,7 @@ WebInspector.DevicesView.DeviceView.prototype = {
section.url.textContent = "";
section.url.appendChild(WebInspector.linkifyURLAsNode(page.url, undefined, undefined, true));
}
- section.inspect.disabled = page.adbAttachedForeign;
+ section.inspect.disabled = page.attached;
section.page = page;
},

Powered by Google App Engine
This is Rietveld 408576698