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

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

Issue 356273002: Remove StatusArea code from GOM it's dead. (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_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 131f9168636f33e5f8abc4b29c167602b9aaaefc..cb6c5c6461a4396d87834484ed7478464ae2a37b 100644
--- a/Tools/GardeningServer/scripts/ui/actions.js
+++ b/Tools/GardeningServer/scripts/ui/actions.js
@@ -45,13 +45,6 @@ var Action = base.extends('button', {
}
});
-ui.actions.Close = base.extends(Action, {
- init: function() {
- this.textContent = 'Close';
- this._eventName = 'close';
- }
-});
-
ui.actions.Examine = base.extends(Action, {
init: function() {
this.textContent = 'Examine';
@@ -60,13 +53,6 @@ ui.actions.Examine = base.extends(Action, {
}
});
-ui.actions.ExpectFailure = base.extends(Action, {
- init: function() {
- this.textContent = 'Expect Failure';
- this._eventName = 'expectfailure';
- }
-});
-
ui.actions.Next = base.extends(Action, {
init: function() {
this.innerHTML = '▶';
« no previous file with comments | « Tools/GardeningServer/scripts/ui.js ('k') | Tools/GardeningServer/scripts/ui_unittests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698