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

Unified Diff: Tools/GardeningServer/scripts/ui/notifications.js

Issue 358173003: Remove rebaseline logic from GOM (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 6 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/scripts/ui/notifications.js
diff --git a/Tools/GardeningServer/scripts/ui/notifications.js b/Tools/GardeningServer/scripts/ui/notifications.js
index f05bb81261fd6bc0e0ccdd3e5e11fb0b20d39cc2..0687a4187f5a9b56dcd0347993dcf9d1cee45584 100644
--- a/Tools/GardeningServer/scripts/ui/notifications.js
+++ b/Tools/GardeningServer/scripts/ui/notifications.js
@@ -153,8 +153,7 @@ ui.notifications.FailingTests = base.extends(ui.notifications.Failure, {
init: function() {
// FIXME: Convert actions to a link from test!
this._problem.appendChild(new ui.actions.List([
- new ui.actions.Examine().makeDefault(),
- new ui.actions.Rebaseline(),
+ new ui.actions.Examine().makeDefault()
]));
this._testNameList = [];
},
« no previous file with comments | « Tools/GardeningServer/scripts/ui/actions_unittests.js ('k') | Tools/GardeningServer/scripts/ui/notifications_unittests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698