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

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

Issue 2657893002: DevTools: temporarily revert Timeline->Performance rename. (Closed)
Patch Set: Introduce progress monitor Created 3 years, 11 months 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 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"

Powered by Google App Engine
This is Rietveld 408576698