| Index: chrome/common/automation_constants.h
|
| diff --git a/chrome/common/automation_constants.h b/chrome/common/automation_constants.h
|
| index c4aa6830439bbba32dc0b1e5a476411761450968..cddd589f8ff0224fc057611bf572bf5205933840 100644
|
| --- a/chrome/common/automation_constants.h
|
| +++ b/chrome/common/automation_constants.h
|
| @@ -44,6 +44,12 @@ enum KeyModifierMasks {
|
| kMetaKeyMask = 1 << 3,
|
| };
|
|
|
| +enum MouseButton {
|
| + kLeftButton = 0,
|
| + kMiddleButton,
|
| + kRightButton,
|
| +};
|
| +
|
| } // namespace automation
|
|
|
| // Used by AutomationProxy, declared here so that other headers don't need
|
|
|