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

Unified Diff: third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.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
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
diff --git a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
index 67bd97dde60e6a34442ad416579a232cc53ba206..4ed8c69329c695afc015ba027298496cdcf2f4be 100644
--- a/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
+++ b/third_party/WebKit/LayoutTests/inspector/extensions/extensions-panel.html
@@ -192,7 +192,7 @@ function extension_testCreatePanel(nextTest)
panel.show();
}
webInspector.panels.setOpenResourceHandler(handleOpenResource);
- evaluateOnFrontend("Components.openAnchorLocationRegistry._activeHandler = 'test extension'");
+ evaluateOnFrontend("Components.Linkifier._linkHandlerSetting().set('test extension')");
evaluateOnFrontend("InspectorTest.logMessageAndClickOnURL();");
expectOnShown = true;
}
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/inspector/extensions/extensions-resources.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698