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

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

Issue 897193002: Finish moving service protocol to json rpc. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 5 years, 10 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/observatory/lib/src/elements/nav_bar.dart
diff --git a/runtime/observatory/lib/src/elements/nav_bar.dart b/runtime/observatory/lib/src/elements/nav_bar.dart
index 9f5b0ed199355f2a307a0c5d2f64a7c3f2afe555..75e7d661e52e9677399a367b944695573d6382e2 100644
--- a/runtime/observatory/lib/src/elements/nav_bar.dart
+++ b/runtime/observatory/lib/src/elements/nav_bar.dart
@@ -83,21 +83,6 @@ class IsolateNavMenuElement extends ObservatoryElement {
@published bool last = false;
@published Isolate isolate;
- void isolateChanged(oldValue) {
- notifyPropertyChange(#hashLinkWorkaround, 0, 1);
- }
-
- // TODO(turnidge): Figure out why polymer needs this function.
- @reflectable
- String get hashLinkWorkaround {
- if (isolate != null) {
- return isolate.link;
- } else {
- return '';
- }
- }
- @reflectable set hashLinkWorkaround(var x) { /* silence polymer */ }
-
IsolateNavMenuElement.created() : super.created();
}
« no previous file with comments | « runtime/observatory/lib/src/elements/isolate_view.html ('k') | runtime/observatory/lib/src/elements/nav_bar.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698