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

Unified Diff: third_party/WebKit/Source/devtools/front_end/main/module.json

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/Source/devtools/front_end/main/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/main/module.json b/third_party/WebKit/Source/devtools/front_end/main/module.json
index 21b1f83b15fda4b63fbb9b420f69b31e6e199651..4a61f78bffa6666956318b0568b37f3d9c10a02e 100644
--- a/third_party/WebKit/Source/devtools/front_end/main/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/main/module.json
@@ -8,7 +8,7 @@
{
"type": "@UI.ContextMenu.Provider",
"contextTypes": ["Workspace.UISourceCode", "SDK.Resource", "SDK.NetworkRequest"],
- "className": "Components.HandlerRegistry.ContextMenuProvider"
+ "className": "Components.Linkifier.ContentProviderContextMenuProvider"
},
{
"type": "@UI.ContextMenu.Provider",
@@ -309,7 +309,7 @@
{
"type": "@UI.SettingUI",
"category": "Extensions",
- "className": "Components.HandlerRegistry.OpenAnchorLocationSettingUI"
+ "className": "Components.Linkifier.LinkHandlerSettingUI"
},
{
"type": "@UI.SettingUI",
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/main/Main.js ('k') | third_party/WebKit/Source/devtools/front_end/ui/UIUtils.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698