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

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

Issue 355193005: Remove checkout functionality 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
« no previous file with comments | « Tools/GardeningServer/scripts/ui.js ('k') | Tools/GardeningServer/scripts/ui/actions_unittests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/GardeningServer/scripts/ui/actions.js
diff --git a/Tools/GardeningServer/scripts/ui/actions.js b/Tools/GardeningServer/scripts/ui/actions.js
index d7bdbd821c9a5822123fbb6302893c955b47e9b6..131f9168636f33e5f8abc4b29c167602b9aaaefc 100644
--- a/Tools/GardeningServer/scripts/ui/actions.js
+++ b/Tools/GardeningServer/scripts/ui/actions.js
@@ -52,14 +52,6 @@ ui.actions.Close = base.extends(Action, {
}
});
-ui.actions.Rollout = base.extends(Action, {
- init: function() {
- this.textContent = 'Roll out';
- this._eventName = 'rollout';
- this.title = 'Rolls out this revision.'
- }
-});
-
ui.actions.Examine = base.extends(Action, {
init: function() {
this.textContent = 'Examine';
« no previous file with comments | « Tools/GardeningServer/scripts/ui.js ('k') | Tools/GardeningServer/scripts/ui/actions_unittests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698