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

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

Issue 1488893002: Stops using SYSTEM_STATE_INDETERMINATE as it makes radio buttons appear to have a mixed state. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added test for menu checkboxes and removed indeterminate state. Created 5 years 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 c6f02b9b9c3cce59b177f9cee2841106b663c388..c21a8936efa7fe8e4f03286005894e49956bb5bc 100644
--- a/chrome/common/extensions/api/automation.idl
+++ b/chrome/common/extensions/api/automation.idl
@@ -195,7 +195,6 @@
haspopup,
horizontal,
hovered,
- indeterminate,
invisible,
linked,
multiline,
@@ -262,7 +261,7 @@
object? state;
// A map of attribute name to expected value, for example
- // <code>{ name: 'Root directory', button_mixed: true }</code>.
+ // <code>{ name: 'Root directory', checkbox_mixed: true }</code>.
// String attribute values may be specified as a regex, for example
// <code>{ name: /stralia$/</code> }</code>.
// Unless specifying a regex, the expected value must be an exact match

Powered by Google App Engine
This is Rietveld 408576698