| Index: runtime/observatory/lib/src/models/repositories/sample_profile.dart
|
| diff --git a/runtime/observatory/lib/src/models/repositories/sample_profile.dart b/runtime/observatory/lib/src/models/repositories/sample_profile.dart
|
| index ed38ba65243de1df3ac203c4af318144c7dfd45d..4a21ed8479a390244d06d2321a97e7b23974b6a0 100644
|
| --- a/runtime/observatory/lib/src/models/repositories/sample_profile.dart
|
| +++ b/runtime/observatory/lib/src/models/repositories/sample_profile.dart
|
| @@ -34,7 +34,8 @@ abstract class SampleProfileLoadingProgress {
|
|
|
| abstract class ClassSampleProfileRepository {
|
| Stream<SampleProfileLoadingProgressEvent> get(
|
| - IsolateRef isolate, ClassRef cls, SampleProfileTag tag);
|
| + IsolateRef isolate, ClassRef cls, SampleProfileTag tag,
|
| + {bool clear: false, bool forceFetch: false});
|
| Future enable(IsolateRef isolate, ClassRef cls);
|
| Future disable(IsolateRef isolate, ClassRef cls);
|
| }
|
|
|