| 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 54351bc6f3bdfc6f0bc0b3f1ba1f50850d729e5a..e7d7a8189f3a023367abf4f31941dc28b95ed89e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/profiler/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/profiler/module.json
|
| @@ -4,30 +4,11 @@
|
| "type": "view",
|
| "location": "panel",
|
| "id": "heap_profiler",
|
| - "title": "Memory",
|
| + "title": "Profiles",
|
| "order": 60,
|
| "className": "Profiler.HeapProfilerPanel"
|
| },
|
| {
|
| - "type": "view",
|
| - "location": "panel",
|
| - "id": "js_profiler",
|
| - "title": "Profiler",
|
| - "order": 65,
|
| - "className": "Profiler.JSProfilerPanel",
|
| - "condition": "v8only"
|
| - },
|
| - {
|
| - "type": "view",
|
| - "location": "panel",
|
| - "id": "js_profiler",
|
| - "title": "JavaScript Profiler",
|
| - "persistence": "closeable",
|
| - "order": 65,
|
| - "className": "Profiler.JSProfilerPanel",
|
| - "condition": "!v8only"
|
| - },
|
| - {
|
| "type": "@UI.ContextMenu.Provider",
|
| "contextTypes": [
|
| "SDK.RemoteObject"
|
|
|