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

Unified Diff: Source/core/inspector/InspectorInstrumentation.cpp

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/core/inspector/InspectorInstrumentation.cpp
diff --git a/Source/core/inspector/InspectorInstrumentation.cpp b/Source/core/inspector/InspectorInstrumentation.cpp
index 735af2ccf397ec6fd76699bf982a2bcd0bd81dd0..dae7c7dbd84ff291da63beb33667b4b0923a8576 100644
--- a/Source/core/inspector/InspectorInstrumentation.cpp
+++ b/Source/core/inspector/InspectorInstrumentation.cpp
@@ -134,12 +134,6 @@ void appendAsyncCallStack(ExecutionContext* executionContext, ScriptCallStack* c
callStack->setAsyncCallStack(debuggerAgent->currentAsyncStackTraceForConsole());
}
-bool canvasAgentEnabled(ExecutionContext* executionContext)
-{
- InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(executionContext);
- return instrumentingAgents && instrumentingAgents->inspectorCanvasAgent();
-}
-
bool consoleAgentEnabled(ExecutionContext* executionContext)
{
InstrumentingAgents* instrumentingAgents = instrumentingAgentsFor(executionContext);
« no previous file with comments | « Source/core/inspector/InspectorCanvasInstrumentation.h ('k') | Source/core/inspector/InspectorInstrumentation.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698