summaryrefslogtreecommitdiffstats
path: root/WebCore/inspector/InspectorClient.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/inspector/InspectorClient.h')
-rw-r--r--WebCore/inspector/InspectorClient.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/WebCore/inspector/InspectorClient.h b/WebCore/inspector/InspectorClient.h
index acd8b28..bb71b13 100644
--- a/WebCore/inspector/InspectorClient.h
+++ b/WebCore/inspector/InspectorClient.h
@@ -54,10 +54,7 @@ public:
// Navigation can cause some WebKit implementations to change the view / page / inspector controller instance.
// However, there are some inspector controller states that should survive navigation (such as tracking resources
// or recording timeline). Following callbacks allow embedders to track these states.
- virtual void resourceTrackingWasEnabled() { };
- virtual void resourceTrackingWasDisabled() { };
- virtual void timelineProfilerWasStarted() { };
- virtual void timelineProfilerWasStopped() { };
+ virtual void updateInspectorStateCookie(const String&) { };
};
} // namespace WebCore