| Index: chrome/common/automation_constants.h
|
| diff --git a/chrome/common/automation_constants.h b/chrome/common/automation_constants.h
|
| index ffb575445fc81af45590bfa97b1b04ff4e033a42..bd4ec01a0eff71fa07ec7d8ad61c0ab6b731b707 100644
|
| --- a/chrome/common/automation_constants.h
|
| +++ b/chrome/common/automation_constants.h
|
| @@ -85,6 +85,8 @@ enum ErrorCode {
|
| // An open modal dialog blocked the operation. The operation may have
|
| // partially completed.
|
| kBlockedByModalDialog = 2,
|
| + // An ID was supplied that is invalid or does not refer to an existing object.
|
| + kInvalidId = 3,
|
| };
|
|
|
| // Represents an automation error. Each error has a code and an error message.
|
|
|