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

Unified Diff: Tools/GardeningServer/scripts/treestatus.js

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/scripts/rollbot_unittests.js ('k') | Tools/GardeningServer/scripts/ui.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/scripts/treestatus.js
diff --git a/Tools/GardeningServer/scripts/treestatus.js b/Tools/GardeningServer/scripts/treestatus.js
index 0b2e00e1ff08f5cc935eca1dd1a1515c84f3ce99..f75b8f8487556cde8209e94c329aea8f1c4d71ae 100644
--- a/Tools/GardeningServer/scripts/treestatus.js
+++ b/Tools/GardeningServer/scripts/treestatus.js
@@ -27,6 +27,7 @@ var treestatus = treestatus || {};
(function() {
+// FIXME: Turn this into a model-object class.
treestatus.urlByName = function(name) {
if (name == 'blink')
return "http://blink-status.appspot.com/current?format=json";
« no previous file with comments | « Tools/GardeningServer/scripts/rollbot_unittests.js ('k') | Tools/GardeningServer/scripts/ui.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698