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

Unified Diff: runtime/vm/service_event.h

Issue 1152283005: Revert "Add the streamListen and streamCancel rpcs to the vm service." (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 7 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
« no previous file with comments | « runtime/vm/service/vmservice.dart ('k') | runtime/vm/service_event.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service_event.h
diff --git a/runtime/vm/service_event.h b/runtime/vm/service_event.h
index aefbc25ab4efa83e9a9fbe3b4166600ffe085423..e74ee66f2929dd039c794600aba734073968312f 100644
--- a/runtime/vm/service_event.h
+++ b/runtime/vm/service_event.h
@@ -24,12 +24,13 @@ class ServiceEvent {
kPauseInterrupted,
kPauseException,
kResume,
+
kBreakpointAdded,
kBreakpointResolved,
kBreakpointRemoved,
- kInspect,
kGC,
+ kInspect,
kIllegal,
};
@@ -49,8 +50,6 @@ class ServiceEvent {
EventType type() const { return type_; }
- const char* stream_id() const;
-
SourceBreakpoint* breakpoint() const {
return breakpoint_;
}
« no previous file with comments | « runtime/vm/service/vmservice.dart ('k') | runtime/vm/service_event.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698