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

Unified Diff: LayoutTests/inspector/elements/inspect-pseudo-element.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
Index: LayoutTests/inspector/elements/inspect-pseudo-element.html
diff --git a/LayoutTests/inspector/elements/inspect-pseudo-element.html b/LayoutTests/inspector/elements/inspect-pseudo-element.html
index 8c6a82930b724dac41a5e0859e2e10c73817fb98..ab7b5e028bba8c75dddad51e7fba5802a4f5f33a 100644
--- a/LayoutTests/inspector/elements/inspect-pseudo-element.html
+++ b/LayoutTests/inspector/elements/inspect-pseudo-element.html
@@ -16,7 +16,7 @@ function clickPseudo()
function test()
{
- InspectorTest.domModel.setInspectModeEnabled(true, false, inspectModeEnabled.bind(this));
+ InspectorTest.domModel.setInspectMode(DOMAgent.InspectMode.SearchForNode, inspectModeEnabled.bind(this));
function inspectModeEnabled()
{
« no previous file with comments | « LayoutTests/inspector/elements/inspect-pointer-events-none.html ('k') | Source/core/inspector/InspectorDOMAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698