| Index: runtime/vm/service.h
|
| diff --git a/runtime/vm/service.h b/runtime/vm/service.h
|
| index 5018fc4a8eb348587a8f1bcd6441d7681aa4beba..b7917ec5a34eff50099dad2229cee6b987851ab5 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);
|
|
|