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

Unified Diff: web/inc/logdog-stream-view/logdog-stream-view.html

Issue 2991253003: [logdog] Replace list view with query view. (Closed)
Patch Set: handle enter for submit Created 3 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
« no previous file with comments | « web/inc/logdog-query-view/view.ts ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: web/inc/logdog-stream-view/logdog-stream-view.html
diff --git a/web/inc/logdog-stream-view/logdog-stream-view.html b/web/inc/logdog-stream-view/logdog-stream-view.html
index 8f4d7e81f11f35bbc7bae35e7793d14fdec8f307..570d5ca1413525859559159c9e413b365576a56c 100644
--- a/web/inc/logdog-stream-view/logdog-stream-view.html
+++ b/web/inc/logdog-stream-view/logdog-stream-view.html
@@ -494,6 +494,10 @@ An element for rendering muxed LogDog log streams.
this._view.stop();
},
+ reset: function() {
+ this._view.reset();
+ },
+
_polymerAppendChild: function(e) {
Polymer.dom(this.root).appendChild(e);
},
« no previous file with comments | « web/inc/logdog-query-view/view.ts ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698