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

Unified Diff: Tools/GardeningServer/model/ct-tree-list.html

Issue 476903004: [sheriff-o-matic]: Basic trooper display for sheriff-o-matic. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 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: Tools/GardeningServer/model/ct-tree-list.html
diff --git a/Tools/GardeningServer/model/ct-tree-list.html b/Tools/GardeningServer/model/ct-tree-list.html
index 06f944219ce1a38eadf96e778cad6fd36fc1dcae..fcd96c7884ba790a17391dfad6335f9736371a67 100644
--- a/Tools/GardeningServer/model/ct-tree-list.html
+++ b/Tools/GardeningServer/model/ct-tree-list.html
@@ -11,6 +11,7 @@ function CTTreeList() {
this.trees = [
new CTTree('chromium', 'Chromium'), // First entry is the default.
new CTTree('blink', 'Blink'),
+ new CTTree('trooper', 'Trooper'),
];
}

Powered by Google App Engine
This is Rietveld 408576698