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

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

Issue 2204973003: Converted Observatory class-ref & library-ref elements (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fixed indentation Created 4 years, 4 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/library_ref_as_value.dart
diff --git a/runtime/observatory/lib/src/elements/library_ref.dart b/runtime/observatory/lib/src/elements/library_ref_as_value.dart
similarity index 79%
copy from runtime/observatory/lib/src/elements/library_ref.dart
copy to runtime/observatory/lib/src/elements/library_ref_as_value.dart
index 4f65a39ab3b9d3d85b488fed10d06c65f572f591..6de33130fdc180c7c5e047d819bcab1e318ebc7a 100644
--- a/runtime/observatory/lib/src/elements/library_ref.dart
+++ b/runtime/observatory/lib/src/elements/library_ref_as_value.dart
@@ -2,18 +2,16 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library library_ref_element;
+library library_ref_as_value_element;
import 'package:observatory/service.dart';
import 'package:polymer/polymer.dart';
import 'service_ref.dart';
import 'dart:async';
-@CustomTag('library-ref')
-class LibraryRefElement extends ServiceRefElement {
- @observable bool asValue = false;
-
- LibraryRefElement.created() : super.created();
+@CustomTag('library-ref-as-value')
+class LibraryRefAsValueElement extends ServiceRefElement {
+ LibraryRefAsValueElement.created() : super.created();
String makeExpandKey(String key) {
return '${expandKey}/${key}';
« no previous file with comments | « runtime/observatory/lib/src/elements/library_ref.html ('k') | runtime/observatory/lib/src/elements/library_ref_as_value.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698