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

Unified Diff: runtime/vm/json_stream.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/isolate.cc ('k') | runtime/vm/service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/json_stream.h
diff --git a/runtime/vm/json_stream.h b/runtime/vm/json_stream.h
index f500a3754ac2d4e33cb33cf1a1ca0f9e8c7bc237..3c3bc9c1d3b83244f19c7a3f17a577179f7cb4b3 100644
--- a/runtime/vm/json_stream.h
+++ b/runtime/vm/json_stream.h
@@ -34,16 +34,11 @@ enum JSONRpcErrorCode {
kInvalidParams = -32602,
kInternalError = -32603,
- // These must be kept in sync with vm/service/vmservice.dart.
- kInvalidStream = 100,
- kStreamAlreadySubscribed = 101,
- kStreamNotSubscribed = 102,
+ kVMMustBePaused = 100,
+ kNoBreakAtLine = 101,
+ kNoBreakAtFunction = 102,
- kVMMustBePaused = 200,
- kNoBreakAtLine = 201,
- kNoBreakAtFunction = 202,
-
- kProfilingDisabled = 300,
+ kProfilingDisabled = 200,
};
« no previous file with comments | « runtime/vm/isolate.cc ('k') | runtime/vm/service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698