Index: content/public/browser/tracing_controller.h |
diff --git a/content/public/browser/tracing_controller.h b/content/public/browser/tracing_controller.h |
index 4fe49b1cc7868a3b1299ae6b8cd3df605b456b60..5fbc90abc6610eef72d9f760591ab5eacbac7352 100644 |
--- a/content/public/browser/tracing_controller.h |
+++ b/content/public/browser/tracing_controller.h |
@@ -134,17 +134,6 @@ class TracingController { |
virtual bool GetTraceBufferUsage( |
const GetTraceBufferUsageCallback& callback) = 0; |
- // |callback| will will be called every time the given event occurs on any |
- // process. |
- typedef base::Callback<void()> WatchEventCallback; |
- virtual bool SetWatchEvent(const std::string& category_name, |
- const std::string& event_name, |
- const WatchEventCallback& callback) = 0; |
- |
- // Cancel the watch event. If tracing is enabled, this may race with the |
- // watch event callback. |
- virtual bool CancelWatchEvent() = 0; |
- |
// Check if the tracing system is tracing |
virtual bool IsTracing() const = 0; |