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

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

Issue 10837082: implement SetWatchEvent and WaitForEvent for trace-based-tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleaned up and fixed a bug Created 8 years, 4 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: content/public/browser/trace_subscriber.h
diff --git a/content/public/browser/trace_subscriber.h b/content/public/browser/trace_subscriber.h
index 08e408c1b80b83b218071fc1cbb694d7200bfa15..f994b492d9c7a5750d3fe62b00393c99cf9d35d0 100644
--- a/content/public/browser/trace_subscriber.h
+++ b/content/public/browser/trace_subscriber.h
@@ -31,6 +31,8 @@ class TraceSubscriber {
virtual void OnTraceBufferPercentFullReply(float percent_full) {}
+ virtual void OnEventWatchNotification() {}
+
protected:
virtual ~TraceSubscriber() {}
};
« content/browser/trace_controller_impl.cc ('K') | « content/public/browser/trace_controller.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698