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

Unified Diff: chrome/browser/resources/shared/js/cr/ui/command.js

Issue 3517004: Revert 60997 - o Add user customizable launch type for apps by adding options... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 3 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: 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.
« no previous file with comments | « chrome/browser/resources/shared/images/checkbox_white.png ('k') | chrome/browser/resources/shared/js/cr/ui/menu_item.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698