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

Unified Diff: runtime/bin/vmservice/client/lib/src/observatory_elements/response_viewer.html

Issue 143973005: Code coverage in Observatory (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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
Index: runtime/bin/vmservice/client/lib/src/observatory_elements/response_viewer.html
diff --git a/runtime/bin/vmservice/client/lib/src/observatory_elements/response_viewer.html b/runtime/bin/vmservice/client/lib/src/observatory_elements/response_viewer.html
index c2422ec9b849ca3bda389d6d080ea07b01c67e41..0e9c32a02886873a3f9f153f7902af63e7f95d4e 100644
--- a/runtime/bin/vmservice/client/lib/src/observatory_elements/response_viewer.html
+++ b/runtime/bin/vmservice/client/lib/src/observatory_elements/response_viewer.html
@@ -8,9 +8,6 @@
<template>
<template repeat="{{ message in app.requestManager.responses }}">
<message-viewer app="{{ app }}" message="{{ message }}"></message-viewer>
- <collapsible-content>
Cutch 2014/01/21 18:35:36 Tangent to this CL: Remove the "Raw message..." bu
- <!-- <json-view json="{{ message }}"></json-view> -->
- </collapsible-content>
</template>
</template>
<script type="application/dart" src="response_viewer.dart"></script>

Powered by Google App Engine
This is Rietveld 408576698