| Index: chrome/common/extensions/api/automation.idl
|
| diff --git a/chrome/common/extensions/api/automation.idl b/chrome/common/extensions/api/automation.idl
|
| index f440639a77202288844db6eea0fc9052faffc98f..bb5f994aff05eb5f49f81a024e42af465dbe4196 100644
|
| --- a/chrome/common/extensions/api/automation.idl
|
| +++ b/chrome/common/extensions/api/automation.idl
|
| @@ -706,6 +706,9 @@
|
| // Suspend any media playing within this tree.
|
| static void suspendMedia();
|
|
|
| + // Darkens (or undarkens) the screen.
|
| + static void toggleDarkenScreen(boolean toggle);
|
| +
|
| // Adds a listener for the given event type and event phase.
|
| static void addEventListener(
|
| EventType eventType, AutomationListener listener, boolean capture);
|
|
|