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

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

Issue 2493373002: DevTools: rename WebInspector into modules. (Closed)
Patch Set: for bots 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/ui_lazy/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/ui_lazy/module.json b/third_party/WebKit/Source/devtools/front_end/ui_lazy/module.json
index a2c72f0a2c88d324698412953fcd99dbfa6462c9..ccd610b2356359e92d08ca96e104b4167db3208e 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui_lazy/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/ui_lazy/module.json
@@ -1,9 +1,9 @@
{
"extensions": [
{
- "type": "@WebInspector.ActionDelegate",
+ "type": "@UI.ActionDelegate",
"actionId": "commandMenu.show",
- "className": "WebInspector.CommandMenu.ShowActionDelegate",
+ "className": "UI.CommandMenu.ShowActionDelegate",
"bindings": [
{
"platform": "windows,linux",

Powered by Google App Engine
This is Rietveld 408576698