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

Unified Diff: content/public/browser/tracing_controller.h

Issue 2440443002: tracing: remove WatchEvent feature (Closed)
Patch Set: Created 4 years, 2 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 | « content/browser/tracing/tracing_controller_impl.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « content/browser/tracing/tracing_controller_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698