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

Unified Diff: third_party/WebKit/Source/devtools/front_end/profiler/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/profiler/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/profiler/module.json b/third_party/WebKit/Source/devtools/front_end/profiler/module.json
index 3d4232f3801d2f194ea75c49b12ea57dd9c28ab4..cc700030d943475fe49a407995c61b9090196826 100644
--- a/third_party/WebKit/Source/devtools/front_end/profiler/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/profiler/module.json
@@ -6,12 +6,12 @@
"id": "profiles",
"title": "Profiles",
"order": 60,
- "className": "WebInspector.ProfilesPanel"
+ "className": "Profiler.ProfilesPanel"
},
{
- "type": "@WebInspector.ContextMenu.Provider",
- "contextTypes": ["WebInspector.RemoteObject"],
- "className": "WebInspector.ProfilesPanel.ContextMenuProvider"
+ "type": "@UI.ContextMenu.Provider",
+ "contextTypes": ["SDK.RemoteObject"],
+ "className": "Profiler.ProfilesPanel.ContextMenuProvider"
},
{
"type": "setting",
@@ -38,13 +38,13 @@
"defaultValue": false
},
{
- "type": "@WebInspector.ActionDelegate",
+ "type": "@UI.ActionDelegate",
"actionId": "profiler.toggle-recording",
"iconClass": "largeicon-start-recording",
"toggledIconClass": "largeicon-stop-recording",
"toggleWithRedColor": true,
- "contextTypes": ["WebInspector.ProfilesPanel"],
- "className": "WebInspector.ProfilesPanel.RecordActionDelegate",
+ "contextTypes": ["Profiler.ProfilesPanel"],
+ "className": "Profiler.ProfilesPanel.RecordActionDelegate",
"bindings": [
{
"platform": "windows,linux",

Powered by Google App Engine
This is Rietveld 408576698