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

Unified Diff: Tools/GardeningServer/ui/ct-sheriff-o-matic.html

Issue 659503003: Add analytics to sheriff-o-matic. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add comment. Created 6 years, 2 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/lib/analytics.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-sheriff-o-matic.html
diff --git a/Tools/GardeningServer/ui/ct-sheriff-o-matic.html b/Tools/GardeningServer/ui/ct-sheriff-o-matic.html
index 65b9ba3f2841b7fbb3a595c80b144f09f6240fe4..775597fd3bb19c7a9c4c32dc33c44b3a0fcf4705 100644
--- a/Tools/GardeningServer/ui/ct-sheriff-o-matic.html
+++ b/Tools/GardeningServer/ui/ct-sheriff-o-matic.html
@@ -9,6 +9,7 @@ found in the LICENSE file.
<link rel="import" href="../bower_components/core-animated-pages/core-animated-pages.html">
<link rel="import" href="../bower_components/core-animated-pages/transitions/slide-from-right.html">
+<link rel="import" href="../lib/analytics.html">
<link rel="import" href="../lib/ct-scheduled-updater.html">
<link rel="import" href="../model/ct-commit-log.html">
<link rel="import" href="../model/ct-failures.html">
@@ -101,6 +102,7 @@ found in the LICENSE file.
this.commitLog = new CTCommitLog();
this.failures = new CTFailures(this.commitLog);
this._updater = new CTScheduledUpdater(this.update.bind(this), kUpdateFrequency);
+ this._analytics = new Analytics('UA-55762617-1');
},
ready: function() {
« no previous file with comments | « Tools/GardeningServer/lib/analytics.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698