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

Unified Diff: Source/core/inspector/InspectorProfilerAgent.h

Issue 436873002: DevTools: count the number of consoleProfile and consoleTimeline calls. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: comments addressed Created 6 years, 5 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/InspectorProfilerAgent.h
diff --git a/Source/core/inspector/InspectorProfilerAgent.h b/Source/core/inspector/InspectorProfilerAgent.h
index ffbc56b674d2a6cee27b490240874b078163a707..11c3cabc7dd5c8fb08ebac659d46176b900eb69a 100644
--- a/Source/core/inspector/InspectorProfilerAgent.h
+++ b/Source/core/inspector/InspectorProfilerAgent.h
@@ -40,6 +40,7 @@
namespace blink {
+class ExecutionContext;
class InjectedScriptManager;
class InspectorFrontend;
class InspectorOverlay;
@@ -59,7 +60,7 @@ public:
virtual ~InspectorProfilerAgent();
virtual void trace(Visitor*) OVERRIDE;
- void consoleProfile(const String& title, ScriptState*);
+ void consoleProfile(ExecutionContext*, const String& title, ScriptState*);
void consoleProfileEnd(const String& title, ScriptState*);
virtual void enable(ErrorString*) OVERRIDE;
« no previous file with comments | « Source/core/inspector/InspectorInstrumentation.idl ('k') | Source/core/inspector/InspectorProfilerAgent.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698