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

Unified Diff: LayoutTests/inspector/elements/inspect-mode-shadow-text.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-mode-shadow-text.html
diff --git a/LayoutTests/inspector/elements/inspect-mode-shadow-text.html b/LayoutTests/inspector/elements/inspect-mode-shadow-text.html
index c1a82bddc25d61acf3a201d2e510b9ff9a3209e3..b181dd427f217a482db266ac863f96f2214cdb61 100644
--- a/LayoutTests/inspector/elements/inspect-mode-shadow-text.html
+++ b/LayoutTests/inspector/elements/inspect-mode-shadow-text.html
@@ -19,7 +19,7 @@ function click()
function test()
{
- InspectorTest.domModel.setInspectModeEnabled(true, false, step2);
+ InspectorTest.domModel.setInspectMode(DOMAgent.InspectMode.SearchForNode, step2);
function step2()
{

Powered by Google App Engine
This is Rietveld 408576698