Index: chrome/browser/resources/shared/js/cr/ui/command.js |
=================================================================== |
--- chrome/browser/resources/shared/js/cr/ui/command.js (revision 60999) |
+++ chrome/browser/resources/shared/js/cr/ui/command.js (working copy) |
@@ -172,12 +172,6 @@ |
cr.defineProperty(Command, 'hidden', cr.PropertyKind.BOOL_ATTR); |
/** |
- * Whether the command is checked or not. |
- * @type {boolean} |
- */ |
- cr.defineProperty(Command, 'checked', cr.PropertyKind.BOOL_ATTR); |
- |
- /** |
* Dispatches a canExecute event on the target. |
* @param {cr.ui.Command} command The command that we are testing for. |
* @param {Element} target The target element to dispatch the event on. |