Index: runtime/vm/service.h |
diff --git a/runtime/vm/service.h b/runtime/vm/service.h |
index 164a94f1cd29b25ea001c6dc4859e81462cf5a5a..2358ec524e59f7e57c8cf02271ab2833de2c7dc3 100644 |
--- a/runtime/vm/service.h |
+++ b/runtime/vm/service.h |
@@ -144,6 +144,7 @@ class Service : public AllStatic { |
static StreamInfo graph_stream; |
static StreamInfo logging_stream; |
static StreamInfo extension_stream; |
+ static StreamInfo timeline_stream; |
static bool ListenStream(const char* stream_id); |
static void CancelStream(const char* stream_id); |