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

Unified Diff: LayoutTests/inspector-protocol/dom/dom-setInspectModeEnabled.html

Issue 1310273006: Devtools: convert pair of booleans in setInspectModeEnabled into enum parameter (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Address comments Created 5 years, 4 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 | LayoutTests/inspector/elements/inspect-mode-shadow-text.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: LayoutTests/inspector-protocol/dom/dom-setInspectModeEnabled.html
diff --git a/LayoutTests/inspector-protocol/dom/dom-setInspectModeEnabled.html b/LayoutTests/inspector-protocol/dom/dom-setInspectModeEnabled.html
index 2fdfb1f466b0ddd634be592d2707bb95d067d8de..24432f9c0364e39ff83e0d14f00dba7c3f494a1b 100644
--- a/LayoutTests/inspector-protocol/dom/dom-setInspectModeEnabled.html
+++ b/LayoutTests/inspector-protocol/dom/dom-setInspectModeEnabled.html
@@ -9,7 +9,7 @@ function test()
InspectorTest.eventHandler["DOM.setChildNodes"] = setChildNodes;
InspectorTest.eventHandler["DOM.inspectNodeRequested"] = inspectNodeRequested;
InspectorTest.sendCommand("DOM.enable", {});
- InspectorTest.sendCommand("DOM.setInspectModeEnabled", { "enabled": true, highlightConfig: {} }, onSetModeEnabled);
+ InspectorTest.sendCommand("DOM.setInspectMode", { "mode": "searchForNode", highlightConfig: {} }, onSetModeEnabled);
function onSetModeEnabled(message)
{
« no previous file with comments | « no previous file | LayoutTests/inspector/elements/inspect-mode-shadow-text.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698