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

Unified Diff: runtime/observatory/lib/src/elements/code_view.dart

Issue 1159003002: Make several service protocol RPCs private. (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 | « no previous file | runtime/observatory/lib/src/elements/cpu_profile.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/observatory/lib/src/elements/code_view.dart
diff --git a/runtime/observatory/lib/src/elements/code_view.dart b/runtime/observatory/lib/src/elements/code_view.dart
index 868886f2091f7a1a6edf1bc65428e7e0e8dfb93c..4995996fa3754ab019c28dbc5c99cc36e8226c69 100644
--- a/runtime/observatory/lib/src/elements/code_view.dart
+++ b/runtime/observatory/lib/src/elements/code_view.dart
@@ -67,7 +67,7 @@ class CodeViewElement extends ObservatoryElement {
Future refreshTicks() {
var isolate = code.isolate;
- return isolate.invokeRpc('getCpuProfile', { 'tags': 'None' })
+ return isolate.invokeRpc('_getCpuProfile', { 'tags': 'None' })
.then((ServiceMap response) {
var cpuProfile = new CpuProfile();
cpuProfile.load(isolate, response);
« no previous file with comments | « no previous file | runtime/observatory/lib/src/elements/cpu_profile.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698