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

Unified Diff: Source/web/InspectorClientImpl.h

Issue 184043004: DevTools: specify trace event filter when installing trace callback (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: unsetTraceEventHandler -> resetTraceEventHandler Created 6 years, 10 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
« no previous file with comments | « Source/core/inspector/TraceEventDispatcher.cpp ('k') | Source/web/InspectorClientImpl.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/InspectorClientImpl.h
diff --git a/Source/web/InspectorClientImpl.h b/Source/web/InspectorClientImpl.h
index e402d46c944bad030b3046366fd4bf6e60eb5973..266590ea530561835deb91da804b83b4a541fd8e 100644
--- a/Source/web/InspectorClientImpl.h
+++ b/Source/web/InspectorClientImpl.h
@@ -74,7 +74,8 @@ public:
virtual void dispatchKeyEvent(const WebCore::PlatformKeyboardEvent&) OVERRIDE;
virtual void dispatchMouseEvent(const WebCore::PlatformMouseEvent&) OVERRIDE;
- virtual void setTraceEventCallback(TraceEventCallback) OVERRIDE;
+ virtual void setTraceEventCallback(const String& categoryFilter, TraceEventCallback) OVERRIDE;
+ virtual void resetTraceEventCallback() OVERRIDE;
virtual void startGPUEventsRecording() OVERRIDE;
virtual void stopGPUEventsRecording() OVERRIDE;
« no previous file with comments | « Source/core/inspector/TraceEventDispatcher.cpp ('k') | Source/web/InspectorClientImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698