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

Unified Diff: third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources.html

Issue 2516253002: [DevTools] Remove HandlerRegistry. (Closed)
Patch Set: rebase, fixed comments Created 4 years, 1 month 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/LayoutTests/inspector/extensions/extensions-resources.html
diff --git a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources.html b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources.html
index 5aab7bd95758524c770b210634ce57631a68d434..3bae786574d112b5af3e53c92ce420be9feccf43 100644
--- a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources.html
+++ b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources.html
@@ -196,7 +196,7 @@ function extension_testOpenResourceHandler(nextTest)
webInspector.panels.setOpenResourceHandler(handleOpenResource);
webInspector.inspectedWindow.eval("logMessage()", function() {
evaluateOnFrontend("InspectorTest.clickOnURL();");
- evaluateOnFrontend("Components.openAnchorLocationRegistry.activeHandler = 'test extension'; InspectorTest.clickOnURL();");
+ evaluateOnFrontend("Components.Linkifier._linkHandlerSetting().set('test extension'); InspectorTest.clickOnURL();");
});
}
« no previous file with comments | « third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html ('k') | third_party/WebKit/Source/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698