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

Unified Diff: chrome/common/extensions/api/automation.idl

Issue 2151713002: Less strict checked state changes and introduce disabled state for content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix Mac. Created 4 years, 5 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/common/extensions/api/automation.idl
diff --git a/chrome/common/extensions/api/automation.idl b/chrome/common/extensions/api/automation.idl
index bf02ca326a8e61b63ca5d3b8eb3fadfa9bd3c456..ff1fc76d2e56da5a51c581a36b1b0f39c110e33c 100644
--- a/chrome/common/extensions/api/automation.idl
+++ b/chrome/common/extensions/api/automation.idl
@@ -188,9 +188,9 @@
checked,
collapsed,
default,
- disabled, // ui/views only
+ disabled,
editable,
- enabled, // content only
+ enabled,
dmazzoni 2016/07/19 20:34:35 Can you delete this now?
expanded,
focusable,
focused,

Powered by Google App Engine
This is Rietveld 408576698