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

Unified Diff: runtime/vm/service.cc

Issue 2002253005: Speculatively revert "Make the object store visible in Observatory." (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 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/object_store.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/service.cc
diff --git a/runtime/vm/service.cc b/runtime/vm/service.cc
index f3b8553468ab5df2171b275c6112d3e49698d408..fc78a4879bb26214aa9c91ff5025ea6899a97b91 100644
--- a/runtime/vm/service.cc
+++ b/runtime/vm/service.cc
@@ -3592,12 +3592,6 @@ static bool GetObject(Thread* thread, JSONStream* js) {
return true;
}
- if (strcmp(id, "object_store") == 0) {
- JSONObject jsobj(js);
- thread->isolate()->object_store()->PrintToJSONObject(&jsobj, false);
- return true;
- }
-
PrintInvalidParamError(js, "objectId");
return true;
}
« no previous file with comments | « runtime/vm/object_store.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698