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

Unified Diff: runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/navigation_bar.dart

Issue 24471002: Initial GUI for review (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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/observatory/packages/observatory/src/observatory_elements/navigation_bar.dart
diff --git a/runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/navigation_bar.dart b/runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/navigation_bar.dart
new file mode 100644
index 0000000000000000000000000000000000000000..4b05e25f9266f13ec9c6ed9441cd05f60b064775
--- /dev/null
+++ b/runtime/bin/vmservice/client/observatory/packages/observatory/src/observatory_elements/navigation_bar.dart
@@ -0,0 +1,8 @@
+library navigation_bar_element;
+
+import 'package:polymer/polymer.dart';
+import 'package:observatory/observatory.dart';
+
+@CustomTag('navigation-bar')
+class NavigationBarElement extends ObservatoryElement {
+}

Powered by Google App Engine
This is Rietveld 408576698