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

Unified Diff: Tools/GardeningServer/ui/ct-unexpected-failures.html

Issue 405853002: Delete dead code now that the polymer port of garden-o-matic is done. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 5 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 | « Tools/GardeningServer/ui/ct-sheriff-o-matic.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/ui/ct-unexpected-failures.html
diff --git a/Tools/GardeningServer/ui/ct-unexpected-failures.html b/Tools/GardeningServer/ui/ct-unexpected-failures.html
index 70c38bb9c241f74076680c2e0578117080e2e76b..cfd3bac3a8e047019d9be685969bc8adc9a2785a 100644
--- a/Tools/GardeningServer/ui/ct-unexpected-failures.html
+++ b/Tools/GardeningServer/ui/ct-unexpected-failures.html
@@ -36,7 +36,7 @@ found in the LICENSE file.
Polymer({
attached: function() {
this.update();
- setInterval(this.update.bind(this), config.kTreeStatusUpdateFrequency);
+ setInterval(this.update.bind(this), config.kUpdateFrequency);
},
update: function() {
« no previous file with comments | « Tools/GardeningServer/ui/ct-sheriff-o-matic.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698