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

Unified Diff: components/tracing/child_trace_message_filter.h

Issue 83483007: Expose synthetic delays through the GPU benchmarking extension (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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: components/tracing/child_trace_message_filter.h
diff --git a/components/tracing/child_trace_message_filter.h b/components/tracing/child_trace_message_filter.h
index cbd300f38b01297921c961d9f2bd6a2ae01b94d4..65db27f3a345e385f29d19fe21a76c4f52aa44f9 100644
--- a/components/tracing/child_trace_message_filter.h
+++ b/components/tracing/child_trace_message_filter.h
@@ -9,6 +9,8 @@
#include "base/memory/ref_counted_memory.h"
#include "ipc/ipc_channel_proxy.h"
+struct TracingMsg_ConfigureSyntheticDelay_Params;
+
namespace base {
class MessageLoopProxy;
}
@@ -43,6 +45,8 @@ class ChildTraceMessageFilter : public IPC::ChannelProxy::MessageFilter {
void OnSetWatchEvent(const std::string& category_name,
const std::string& event_name);
void OnCancelWatchEvent();
+ void OnConfigureSyntheticDelay(
+ const TracingMsg_ConfigureSyntheticDelay_Params& params);
// Callback from trace subsystem.
void OnTraceDataCollected(
« no previous file with comments | « no previous file | components/tracing/child_trace_message_filter.cc » ('j') | content/browser/tracing/tracing_controller_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698