| 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 d2569b4bab10c1a8106cf63c135a29b59e8280b4..b2bcce0bce31e775d1c1e793132b75fe89427de8 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/main/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/main/module.json
|
| @@ -11,6 +11,11 @@
|
| "className": "Components.HandlerRegistry.ContextMenuProvider"
|
| },
|
| {
|
| + "type": "@UI.ContextMenu.Provider",
|
| + "contextTypes": ["Node"],
|
| + "className": "UI.ExternaLinkContextMenuProvider"
|
| + },
|
| + {
|
| "type": "@UI.ActionDelegate",
|
| "category": "Navigation",
|
| "actionId": "main.reload",
|
|
|