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

Unified Diff: Source/devtools/front_end/profiler/ProfileTypeRegistry.js

Issue 1073863003: DevTools: remove Canvas profiler from DevTools source base. See details in the bug. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: tests gone Created 5 years, 8 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: Source/devtools/front_end/profiler/ProfileTypeRegistry.js
diff --git a/Source/devtools/front_end/profiler/ProfileTypeRegistry.js b/Source/devtools/front_end/profiler/ProfileTypeRegistry.js
index c0e9f979b0c700443260fae5b74f0bf36d53f66a..8db2c29b66ab0800da9e6dfa10cd35ec2fe60404 100644
--- a/Source/devtools/front_end/profiler/ProfileTypeRegistry.js
+++ b/Source/devtools/front_end/profiler/ProfileTypeRegistry.js
@@ -15,11 +15,6 @@ WebInspector.ProfileTypeRegistry = function()
this._addProfileType(this.heapSnapshotProfileType);
this.trackingHeapSnapshotProfileType = new WebInspector.TrackingHeapSnapshotProfileType();
this._addProfileType(this.trackingHeapSnapshotProfileType);
-
- if (Runtime.experiments.isEnabled("canvasInspection")) {
- this.canvasProfileType = new WebInspector.CanvasProfileType();
- this._addProfileType(this.canvasProfileType);
- }
}
WebInspector.ProfileTypeRegistry.prototype = {
« no previous file with comments | « Source/devtools/front_end/profiler/CanvasReplayStateView.js ('k') | Source/devtools/front_end/profiler/canvasProfiler.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698